spaCy/.travis.yml

12 lines
236 B
YAML
Raw Normal View History

2015-01-02 17:58:31 +03:00
language: python
python:
- "2.7"
- "3.4"
# command to install dependencies
install:
2015-01-03 13:51:58 +03:00
- "pip install --upgrade setuptools"
- "pip install murmurhash numpy spacy"
- "rm -rf spacy/"
2015-01-02 17:58:31 +03:00
# command to run tests
script: "py.test tests/"