mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-29 17:33:10 +03:00
get travis running
This commit is contained in:
parent
15cf13d11b
commit
1c212f014a
14
.travis.yml
14
.travis.yml
|
@ -1,15 +1,19 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
sudo: required
|
|
||||||
dist: precise
|
|
||||||
group: edge
|
group: edge
|
||||||
|
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U -r requirements.txt
|
- pip install --user -r requirements.txt
|
||||||
- pip install -U tox pytest
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox
|
- python -m spacy.en.download
|
||||||
|
- python -m pytest spacy/ -x --models --vectors --slow
|
||||||
|
|
Loading…
Reference in New Issue
Block a user