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