mirror of https://github.com/explosion/spaCy.git
* Fix test-running for pypy
This commit is contained in:
parent
3306ae1488
commit
aa7a806710
|
@ -10,4 +10,6 @@ install:
|
||||||
- "pip install spacy"
|
- "pip install spacy"
|
||||||
- "rm -rf spacy/"
|
- "rm -rf spacy/"
|
||||||
# command to run tests
|
# 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/
|
||||||
|
|
Loading…
Reference in New Issue