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 218ab55 commit 295907aCopy full SHA for 295907a
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- "2.7"
5
- "3.4"
6
- "3.5"
7
+ - "3.6"
8
9
before_script:
10
- pip install tox
@@ -12,3 +13,4 @@ script:
12
13
- if [[ $TRAVIS_PYTHON_VERSION = '2.7' ]]; then tox -e py27; fi
14
- if [[ $TRAVIS_PYTHON_VERSION = '3.4' ]]; then tox -e py34; fi
15
- if [[ $TRAVIS_PYTHON_VERSION = '3.5' ]]; then tox -e py35; fi
16
+ - if [[ $TRAVIS_PYTHON_VERSION = '3.6' ]]; then tox -e py36; fi
py36-coverage.ini
@@ -0,0 +1 @@
1
+py35-coverage.ini
tox.ini
@@ -1,5 +1,5 @@
[tox]
2
-envlist=py{27,34,35}
+envlist=py{27,34,35,36}
3
skip_missing_interpreters=true
[pep8]
0 commit comments