mirror of https://github.com/explosion/spaCy.git
* Bash syntax is the worst...
This commit is contained in:
parent
aa7a806710
commit
7b983b2472
|
@ -11,5 +11,5 @@ install:
|
||||||
- "rm -rf spacy/"
|
- "rm -rf spacy/"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then py.test tests/
|
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then py.test tests/; fi
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then py.test-pypy tests/
|
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then py.test-pypy tests/; fi
|
||||||
|
|
Loading…
Reference in New Issue