Skip to content
Snippets Groups Projects
Commit 5ba64ca6 authored by Ellis Percival's avatar Ellis Percival
Browse files

Use python 3.6 on travis

parent 87f34611
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,9 @@ jobs: ...@@ -15,9 +15,9 @@ jobs:
stage: test stage: test
script: tox -e py27 script: tox -e py27
- python: 3.4 - python: 3.6
stage: test stage: test
script: tox -e py34 script: tox -e py36
- stage: publish - stage: publish
script: skip script: skip
...@@ -33,7 +33,7 @@ jobs: ...@@ -33,7 +33,7 @@ jobs:
distributions: bdist_wheel distributions: bdist_wheel
- stage: publish - stage: publish
python: 3.4 python: 3.6
script: skip script: skip
deploy: deploy:
provider: pypi provider: pypi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment