mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 00:32:40 +03:00
get travis running
This commit is contained in:
parent
b667020e81
commit
54a8c43740
|
@ -11,7 +11,14 @@ python:
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
|
env:
|
||||||
|
- SETUPTOOLS=19
|
||||||
|
- SETUPTOOLS=18
|
||||||
|
- SETUPTOOLS=17
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- pip uninstall setuptools
|
||||||
|
- pip install setuptools<$SETUPTOOLS
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python setup.py sdist
|
- python setup.py sdist
|
||||||
- pip install dist/*
|
- pip install dist/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user