mirror of https://github.com/explosion/spaCy.git
* Upd travis.yml
This commit is contained in:
parent
58f75abaca
commit
72613a5fca
|
@ -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/"
|
||||||
|
|
Loading…
Reference in New Issue