mirror of https://github.com/explosion/spaCy.git
* Fiddle with travis.yml
This commit is contained in:
parent
e85d1a3808
commit
ddb11f5585
11
.travis.yml
11
.travis.yml
|
@ -11,9 +11,16 @@ python:
|
||||||
# install dependencies
|
# install dependencies
|
||||||
install:
|
install:
|
||||||
- "pip install --upgrade setuptools"
|
- "pip install --upgrade setuptools"
|
||||||
- "rm -rf spacy/"
|
- "pip install -r requirements.txt"
|
||||||
- "pip install spacy"
|
- "pip install fabric fabtools"
|
||||||
|
- "export PYTHONPATH=`pwd`"
|
||||||
|
- "fab make"
|
||||||
- "python -m spacy.en.download all"
|
- "python -m spacy.en.download all"
|
||||||
|
- "py.test tests/"
|
||||||
|
|
||||||
|
#- "rm -rf spacy/"
|
||||||
|
#- "pip install spacy"
|
||||||
|
#- "python -m spacy.en.download all"
|
||||||
# run tests
|
# run tests
|
||||||
script:
|
script:
|
||||||
- py.test tests/
|
- py.test tests/
|
||||||
|
|
Loading…
Reference in New Issue