* Upd travis.yml

This commit is contained in:
Matthew Honnibal 2015-01-05 05:56:43 +11:00
parent 58f75abaca
commit 72613a5fca
1 changed files with 2 additions and 1 deletions

View File

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