From 6998aa0875e1b53e192699c8766da47d11b1d78f Mon Sep 17 00:00:00 2001 From: Francisco Matias Date: Tue, 20 Jun 2017 12:12:10 -0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) 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