* Have travis use pip again...

This commit is contained in:
Matthew Honnibal 2015-06-08 01:27:08 +02:00
parent 7cd0697e64
commit d318cf1497
1 changed files with 2 additions and 3 deletions

View File

@ -11,9 +11,8 @@ python:
# install dependencies # install dependencies
install: install:
- "pip install --upgrade setuptools" - "pip install --upgrade setuptools"
- "pip install -r requirements.txt" - "rm -rf spacy/"
- "export PYTHONPATH=`pwd`" - "pip install spacy"
- "python setup.py build_ext --inplace > /dev/null"
# run tests # run tests
script: script: