From c313a7bb4f68bf99b14dda1dbae3280ac949f237 Mon Sep 17 00:00:00 2001 From: Francisco Matias Date: Tue, 20 Jun 2017 22:08:03 -0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3e45c05a1..fe3ec15a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,9 @@ python: - "3.5" - "3.6" - "3.6-dev" - - "3.7-dev" - - "nightly" + 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 ./ \ No newline at end of file +script: py.test --doctest-modules --cov ./