spaCy/.travis.yml

20 lines
246 B
YAML
Raw Normal View History

2015-01-02 17:58:31 +03:00
language: python
2015-12-13 20:55:05 +03:00
group: edge
2015-12-13 21:34:51 +03:00
python:
- "2.7"
- "3.4"
- "3.5"
os:
- linux
2015-12-13 21:34:51 +03:00
- osx
2015-01-02 17:58:31 +03:00
install:
2015-12-13 21:34:51 +03:00
- pip install --user -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