mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 23:11:09 +00:00
Update .travis.yml
This commit is contained in:
parent
da414d89d9
commit
7aa8893da9
|
@ -13,3 +13,4 @@ install:
|
||||||
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
|
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
|
||||||
- "pip install pytest pytest-cov"
|
- "pip install pytest pytest-cov"
|
||||||
script: py.test --doctest-modules --cov ./
|
script: py.test --doctest-modules --cov ./
|
||||||
|
os: osx
|
||||||
|
|
Loading…
Reference in New Issue
Block a user