* Upd travis.yml

This commit is contained in:
Matthew Honnibal 2015-06-07 23:19:42 +02:00
parent dcdf566ce3
commit 1d26f77412
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ install:
- "python setup.py build_ext --inplace" - "python setup.py build_ext --inplace"
- "python -m spacy.en.download all" - "python -m spacy.en.download all"
#- "rm -rf spacy/"
#- "pip install spacy"
#- "python -m spacy.en.download all"
# run tests # run tests
script: script:
- py.test tests/ - py.test tests/