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