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
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- sudo: required
|
||||
sudo: required
|
||||
dist: precise
|
||||
group: edge
|
||||
- sudo: required
|
||||
dist: trusty
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
|
@ -17,6 +13,8 @@ os:
|
|||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- python setup.py sdist
|
||||
- pip install dist/*
|
||||
|
||||
script:
|
||||
- python -m spacy.en.download
|
||||
|
|
Loading…
Reference in New Issue