mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Update .travis.yml
This commit is contained in:
parent
65de84b0f1
commit
c313a7bb4f
@ -6,10 +6,9 @@ python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.6-dev"
|
||||
- "3.7-dev"
|
||||
- "nightly"
|
||||
|
||||
install:
|
||||
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
|
||||
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
|
||||
- "pip install pytest pytest-cov"
|
||||
script: py.test --doctest-modules --cov ./
|
||||
script: py.test --doctest-modules --cov ./
|
||||
|
Loading…
Reference in New Issue
Block a user