* Fix travis.yml

This commit is contained in:
Matthew Honnibal 2015-07-23 05:58:26 +02:00
parent 2c1aae3cfb
commit 1364d9c74e
1 changed files with 2 additions and 5 deletions

View File

@ -22,11 +22,8 @@ install:
- "cd ../../"
- "export PYTHONPATH=`pwd`"
- "python bin/init_model.py lang_data/en corpora/en spacy/en/data"
- "export SPACY_DATA='`pwd`/spacy/en/data"
# run tests
script:
- "ls corpora/en"
- "ls spacy/en/data"
#- py.test tests/
- "py.test -x"