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