mirror of https://github.com/explosion/spaCy.git
* Have travis use pip again...
This commit is contained in:
parent
7cd0697e64
commit
d318cf1497
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue