mirror of https://github.com/explosion/spaCy.git
get travis running
This commit is contained in:
parent
8bc9e3a3e0
commit
b40a984d78
|
@ -20,8 +20,8 @@ env:
|
|||
- PIP_DATE=2015-10-01
|
||||
|
||||
install:
|
||||
- pip install -U pip
|
||||
- python pip-date.py $PIP_DATE pip setuptools wheel six
|
||||
- pip list
|
||||
- pip install -r requirements.txt
|
||||
- python setup.py sdist
|
||||
- pip install dist/*
|
||||
|
|
|
@ -49,7 +49,7 @@ options.force_reinstall = True
|
|||
options.ignore_installed = True
|
||||
|
||||
try:
|
||||
pip.run(options, args)
|
||||
print(pip.run(options, args))
|
||||
except OSError as e:
|
||||
if e.errno != 13:
|
||||
raise e
|
||||
|
|
Loading…
Reference in New Issue