mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-04 21:50:35 +03:00
13 lines
237 B
YAML
13 lines
237 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.4"
|
|
|
|
# command to install dependencies
|
|
install:
|
|
- "pip install --upgrade setuptools"
|
|
- "pip install murmurhash numpy spacy"
|
|
- "rm -rf spacy/"
|
|
# command to run tests
|
|
script: "py.test tests/"
|