* Change travis.yml to build from source, instead of from PyPi. PyPi checking will be done in a different branch.

This commit is contained in:
Matthew Honnibal 2015-01-30 18:06:02 +11:00
parent 0f95712189
commit 1ef0e04aa0

View File

@ -11,8 +11,9 @@ python:
# command to install dependencies
install:
- "pip install --upgrade setuptools"
- "pip install spacy"
- "rm -rf spacy/"
- "pip install -r requirements.txt"
- "python setup.py build_ext --inplace"
- "python -m spacy.en.download"
# command to run tests
script:
- py.test tests/