From fb8f240d03f07cc9698bc315feb39f9d589a292b Mon Sep 17 00:00:00 2001 From: Luca Sbardella Date: Tue, 11 Oct 2016 12:32:04 +0100 Subject: [PATCH] travis fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 861a193e..97b1f0e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ script: - python setup.py test --coverage -q - flake8 - if [[ $TRAVIS_PYTHON_VERSION == 3.5.2 ]]; then python setup.py test --coveralls; fi - - if [[ $TRAVIS_PYTHON_VERSION == 3.5.2 ]]; then cd docs && make spelling; fi # - if [[ $TRAVIS_PYTHON_VERSION == 3.5.2 ]]; then python setup.py test -q --io uv; fi - python setup.py bench + - if [[ $TRAVIS_PYTHON_VERSION == 3.5.2 ]]; then cd docs && make spelling; fi notifications: email: false