spaCy/.travis.yml
2015-01-06 00:53:41 +11:00

15 lines
233 B
YAML

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