* Update travis.yml

This commit is contained in:
Matthew Honnibal 2015-07-23 02:32:47 +02:00
parent 83c0f0da22
commit 247e592c2c
1 changed files with 6 additions and 5 deletions

View File

@ -11,11 +11,12 @@ python:
# install dependencies
install:
- "pip install --upgrade setuptools"
- "rm -rf spacy/"
- "pip install spacy"
- "pip install cython fabric fabtools"
- "pip install -r requirements.txt"
- "fab make"
- "mkdir corpora/en"
- "python bin/init_model.py lang_data/en corpora/en spacy/en/data"
# run tests
script:
- py.test tests/tokenizer/
- py.test tests/vocab/
- py.test tests/tagger/
- py.test tests/