Update .travis.yml

This commit is contained in:
Francisco Matias 2017-06-20 12:12:10 -03:00 committed by GitHub
parent 7aa8893da9
commit 6998aa0875

View File

@ -13,4 +13,3 @@ install:
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
- "pip install pytest pytest-cov"
script: py.test --doctest-modules --cov ./
os: osx