mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Add travis.yml
This commit is contained in:
parent
d48f90fbab
commit
47c71ce1c0
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
# command to install dependencies
|
||||
install:
|
||||
pip install cython &&
|
||||
pip install cymem &&
|
||||
pip install murmurhash &&
|
||||
pip install preshed &&
|
||||
pip install thinc &&
|
||||
pip install -r requirements.txt &&
|
||||
python setup.py build_ext --inplace
|
||||
# command to run tests
|
||||
script: "py.test tests/"
|
Loading…
Reference in New Issue
Block a user