* Fiddle with travis.yml

This commit is contained in:
Matthew Honnibal 2015-06-07 20:47:45 +02:00
parent e85d1a3808
commit ddb11f5585
1 changed files with 9 additions and 2 deletions

View File

@ -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/