Skip to content

Commit e74b995

Browse files
authored
Merge pull request TheAlgorithms#86 from frmatias/patch-2
Update .travis.yml
2 parents 65de84b + c313a7b commit e74b995

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ python:
66
- "3.5"
77
- "3.6"
88
- "3.6-dev"
9-
- "3.7-dev"
10-
- "nightly"
9+
1110
install:
1211
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
1312
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
1413
- "pip install pytest pytest-cov"
15-
script: py.test --doctest-modules --cov ./
14+
script: py.test --doctest-modules --cov ./

0 commit comments

Comments
 (0)