spaCy/.travis.yml

16 lines
170 B
YAML
Raw Normal View History

2015-01-02 17:58:31 +03:00
language: python
2015-12-13 20:55:05 +03:00
sudo: required
dist: precise
group: edge
os:
- linux
2015-01-02 17:58:31 +03:00
install:
2015-12-13 21:00:05 +03:00
- pip install -U -r requirements.txt
- pip install -U tox pytest
2015-06-07 21:47:45 +03:00
2015-01-05 11:31:40 +03:00
script:
2015-12-13 20:55:05 +03:00
- tox