* Fiddle with travis.yml

This commit is contained in:
Matthew Honnibal 2015-06-07 20:57:18 +02:00
parent ddb11f5585
commit 993128032f

View File

@ -12,9 +12,8 @@ python:
install:
- "pip install --upgrade setuptools"
- "pip install -r requirements.txt"
- "pip install fabric fabtools"
- "export PYTHONPATH=`pwd`"
- "fab make"
- "python setup.py build_ext --inplace"
- "python -m spacy.en.download all"
- "py.test tests/"