* Import from pypi --- we don't want travis to compile the module, and we don't want to store the c files in the repo

This commit is contained in:
Matthew Honnibal 2015-01-05 06:20:56 +11:00
parent 477e7fbffe
commit 278d1f497e

View File

@ -7,7 +7,7 @@ python:
# command to install dependencies
install:
- "pip install --upgrade setuptools"
- "pip install ."
- "pip install spacy"
- "rm -rf spacy/"
# command to run tests
script: "py.test tests/"