* Add travis.yml

This commit is contained in:
Matthew Honnibal 2015-01-03 21:51:58 +11:00
parent e5d4b5faf4
commit 4f12fcd811

View File

@ -4,12 +4,8 @@ python:
- "3.4" - "3.4"
# command to install dependencies # command to install dependencies
install: install:
pip install cython && - "pip install --upgrade setuptools"
pip install cymem && - "pip install murmurhash numpy spacy"
pip install murmurhash && - "rm -rf spacy/"
pip install preshed &&
pip install thinc &&
pip install -r requirements.txt &&
python setup.py build_ext --inplace
# command to run tests # command to run tests
script: "py.test tests/" script: "py.test tests/"