We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc94282 commit 85df99aCopy full SHA for 85df99a
.travis.yml
@@ -5,6 +5,7 @@ python:
5
- "3.4"
6
- "3.5"
7
- "3.6"
8
+ - "3.7"
9
10
before_script:
11
- pip install tox
@@ -14,3 +15,4 @@ script:
14
15
- if [[ $TRAVIS_PYTHON_VERSION = '3.4' ]]; then tox -e py34; fi
16
- if [[ $TRAVIS_PYTHON_VERSION = '3.5' ]]; then tox -e py35; fi
17
- if [[ $TRAVIS_PYTHON_VERSION = '3.6' ]]; then tox -e py36; fi
18
+ - if [[ $TRAVIS_PYTHON_VERSION = '3.7' ]]; then tox -e py37; fi
0 commit comments