* Bash syntax is the worst...

This commit is contained in:
Matthew Honnibal 2015-01-05 19:34:48 +11:00
parent aa7a806710
commit 7b983b2472
1 changed files with 2 additions and 2 deletions

View File

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