mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-04 05:34:10 +03:00
* Bash syntax is the worst...
This commit is contained in:
parent
aa7a806710
commit
7b983b2472
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user