* Avoid downloading data in travis.yml --- just test the non-parser, non-vectors modules.

This commit is contained in:
Matthew Honnibal 2015-06-08 00:57:19 +02:00
parent 00a0dfcb59
commit 7cd0697e64

View File

@ -14,8 +14,9 @@ install:
- "pip install -r requirements.txt" - "pip install -r requirements.txt"
- "export PYTHONPATH=`pwd`" - "export PYTHONPATH=`pwd`"
- "python setup.py build_ext --inplace > /dev/null" - "python setup.py build_ext --inplace > /dev/null"
- "python -m spacy.en.download all"
# run tests # run tests
script: script:
- py.test tests/ - py.test tests/tokenizer/
- py.test tests/vocab/
- py.test tests/tagger/