diff --git a/.travis.yml b/.travis.yml index adfc4c5..fcfc1d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_script: flake8 *.py src --count --select=E901,E999,F821,F822,F823 --statistics ; fi script: - - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then + - if [[ $TRAVIS_PYTHON_VERSION == 2.7 || $TRAVIS_PYTHON_VERSION == 3.4 ]]; then tox -e no-dilate ; else tox -e coverage ;