Skip to content

Commit

Permalink
enable more test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed May 25, 2018
1 parent 01bcabb commit 223e330
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,34 @@ after_script:
- pip install codecov
- codecov --token=0776fc46-cbe0-444f-9a8c-c887c34d48fb

#python2:
#image: python:2.7
#stage: test
#script: tox -e py27
python2:
image: python:2.7
stage: test
script: tox -e py27

#python34:
#image: python:3.4
#stage: test
#script: tox -e py34
python34:
image: python:3.4
stage: test
script: tox -e py34

python35:
image: python:3.5
stage: test
script: tox -e py35

#python36:
#image: python:3.6
#stage: test
#script: tox -e py36
python36:
image: python:3.6
stage: test
script: tox -e py36

python37:
image: python:3.7-rc
stage: test
script: tox -e py37

#python37:
#image: python:3.7-rc
#stage: test
#script: tox -e py37
readme:
stage: test
script: tox -e readme

docs:
stage: test
Expand Down

0 comments on commit 223e330

Please sign in to comment.