mirror of https://github.com/explosion/spaCy.git
get travis running
This commit is contained in:
parent
87bdd6186d
commit
84fc2780cf
|
@ -1,12 +1,8 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
matrix:
|
sudo: required
|
||||||
include:
|
|
||||||
- sudo: required
|
|
||||||
dist: precise
|
dist: precise
|
||||||
group: edge
|
group: edge
|
||||||
- sudo: required
|
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
@ -17,6 +13,8 @@ os:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
- python setup.py sdist
|
||||||
|
- pip install dist/*
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python -m spacy.en.download
|
- python -m spacy.en.download
|
||||||
|
|
Loading…
Reference in New Issue