diff --git a/.travis.yml b/.travis.yml index 1a31a2af4..f9950fa5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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