mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-27 02:16:32 +03:00
get travis running
This commit is contained in:
parent
3fbb386904
commit
87bdd6186d
|
@ -1,12 +1,19 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- sudo: required
|
||||||
|
dist: precise
|
||||||
|
group: edge
|
||||||
|
- sudo: required
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user