spaCy/.travis.yml
2015-01-06 13:13:04 +11:00

19 lines
246 B
YAML

language: python
os:
- linux
- osx
python:
- "2.7"
- "3.4"
# command to install dependencies
install:
- "pip install --upgrade setuptools"
- "pip install spacy"
- "rm -rf spacy/"
# command to run tests
script:
- py.test tests/