mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
get travis running
This commit is contained in:
parent
15cf13d11b
commit
1c212f014a
14
.travis.yml
14
.travis.yml
|
@ -1,15 +1,19 @@
|
|||
language: python
|
||||
|
||||
sudo: required
|
||||
dist: precise
|
||||
group: edge
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
install:
|
||||
- pip install -U -r requirements.txt
|
||||
- pip install -U tox pytest
|
||||
- pip install --user -r requirements.txt
|
||||
|
||||
script:
|
||||
- tox
|
||||
- python -m spacy.en.download
|
||||
- python -m pytest spacy/ -x --models --vectors --slow
|
||||
|
|
Loading…
Reference in New Issue
Block a user