Update .travis.yml

This commit is contained in:
Francisco Matias 2017-06-20 11:58:45 -03:00 committed by GitHub
parent da414d89d9
commit 7aa8893da9

View File

@ -12,4 +12,5 @@ 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 ./
os: osx