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