We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65de84b + c313a7b commit e74b995Copy full SHA for e74b995
.travis.yml
@@ -6,10 +6,9 @@ python:
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
14
- "pip install pytest pytest-cov"
15
-script: py.test --doctest-modules --cov ./
+script: py.test --doctest-modules --cov ./
0 commit comments