mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
get travis running
This commit is contained in:
parent
5015356cd0
commit
1de23b5176
26
.travis.yml
26
.travis.yml
|
@ -12,19 +12,33 @@ os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- PIP_DATE=2015-01-01
|
- PIP_DATE=2015-01-01 PIP_INSTALL=1
|
||||||
- PIP_DATE=2015-04-01
|
- PIP_DATE=2015-04-01 PIP_INSTALL=1
|
||||||
- PIP_DATE=2015-07-01
|
- PIP_DATE=2015-07-01 PIP_INSTALL=1
|
||||||
- PIP_DATE=2015-10-01
|
- PIP_DATE=2015-10-01 PIP_INSTALL=1
|
||||||
|
|
||||||
|
- PIP_DATE=2015-01-01 SETUP_INSTALL=1
|
||||||
|
- PIP_DATE=2015-04-01 SETUP_INSTALL=1
|
||||||
|
- PIP_DATE=2015-07-01 SETUP_INSTALL=1
|
||||||
|
- PIP_DATE=2015-10-01 SETUP_INSTALL=1
|
||||||
|
|
||||||
|
- PIP_DATE=2015-01-01 SETUP_DEVELOP=1
|
||||||
|
- PIP_DATE=2015-04-01 SETUP_DEVELOP=1
|
||||||
|
- PIP_DATE=2015-07-01 SETUP_DEVELOP=1
|
||||||
|
- PIP_DATE=2015-10-01 SETUP_DEVELOP=1
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U pip
|
- 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 install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
|
- test $PIP_INSTALL = 1 && python setup.py sdist && pip install dist/*
|
||||||
|
- test $SETUP_INSTALL = 1 && python setup install
|
||||||
|
- test $SETUP_DEVELOP = 1 && python setup develop && pip install -e .
|
||||||
|
|
||||||
- pip install pytest
|
- pip install pytest
|
||||||
- pip list
|
- pip list
|
||||||
- python setup.py sdist
|
|
||||||
- pip install dist/*
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir tmp; cd tmp
|
- mkdir tmp; cd tmp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user