mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
get travis running
This commit is contained in:
parent
1c212f014a
commit
3fbb386904
|
@ -1,18 +1,15 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
group: edge
|
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --user -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python -m spacy.en.download
|
- python -m spacy.en.download
|
||||||
|
|
Loading…
Reference in New Issue
Block a user