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:
|
||||
- "pip install --upgrade setuptools"
|
||||
- "rm -rf spacy/"
|
||||
- "pip install spacy"
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install fabric fabtools"
|
||||
- "export PYTHONPATH=`pwd`"
|
||||
- "fab make"
|
||||
- "python -m spacy.en.download all"
|
||||
- "py.test tests/"
|
||||
|
||||
#- "rm -rf spacy/"
|
||||
#- "pip install spacy"
|
||||
#- "python -m spacy.en.download all"
|
||||
# run tests
|
||||
script:
|
||||
- py.test tests/
|
||||
|
|
Loading…
Reference in New Issue