spaCy/.travis.yml

17 lines
215 B
YAML
Raw Normal View History

2015-01-02 17:58:31 +03:00
language: python
2015-12-13 21:34:51 +03:00
python:
- "2.7"
- "3.4"
os:
- linux
2015-12-13 21:34:51 +03:00
- osx
2015-01-02 17:58:31 +03:00
install:
2015-12-13 21:40:44 +03:00
- pip install -r requirements.txt
2015-06-07 21:47:45 +03:00
2015-01-05 11:31:40 +03:00
script:
2015-12-13 21:34:51 +03:00
- python -m spacy.en.download
- python -m pytest spacy/ -x --models --vectors --slow