We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a434dd commit 52f71d9Copy full SHA for 52f71d9
.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