* 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:
- "pip install --upgrade setuptools"
- "pip install -r requirements.txt"
- "export PYTHONPATH=`pwd`"
- "python setup.py build_ext --inplace > /dev/null"
- "rm -rf spacy/"
- "pip install spacy"
# run tests
script: