We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a434dd + 52f71d9 commit 8fe29ffCopy full SHA for 8fe29ff
.travis.yml
@@ -4,6 +4,10 @@ python:
4
- "3.3"
5
- "3.4"
6
- "3.5"
7
+ - "3.6"
8
+ - "3.6-dev"
9
+ - "3.7-dev"
10
+ - "nightly"
11
install:
12
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
13
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
0 commit comments