* Fix travis.yml

This commit is contained in:
Matthew Honnibal 2015-07-23 05:58:26 +02:00
parent 2c1aae3cfb
commit 1364d9c74e

View File

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