diff --git a/.travis.yml b/.travis.yml index bb207fb9a..134dc7b7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ install: - "rm -rf spacy/" # command to run tests script: - - if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then py.test tests/ - - if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then py.test-pypy tests/ + - if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then py.test tests/; fi + - if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then py.test-pypy tests/; fi