* 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 # command to install dependencies
install: install:
- "pip install --upgrade setuptools" - "pip install --upgrade setuptools"
- "pip install ." - "pip install spacy"
- "rm -rf spacy/" - "rm -rf spacy/"
# command to run tests # command to run tests
script: "py.test tests/" script: "py.test tests/"