spaCy/.travis.yml
2015-06-07 18:17:19 +02:00

20 lines
262 B
YAML

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