* 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: python:
- "2.7" - "2.7"
- "3.4" - "3.4"
- "pypy"
# command to install dependencies # command to install dependencies
install: install:
- "pip install --upgrade setuptools" - "pip install --upgrade setuptools"
- "pip install spacy" - "pip install ."
- "rm -rf spacy/" - "rm -rf spacy/"
# command to run tests # command to run tests
script: "py.test tests/" script: "py.test tests/"