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