* Apparently the pytest-pypy file is a red herring

This commit is contained in:
Matthew Honnibal 2015-01-06 00:53:41 +11:00
parent 0aa9860c2d
commit 0cf8200e4e
1 changed files with 1 additions and 2 deletions

View File

@ -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/