mirror of https://github.com/explosion/spaCy.git
* Tell travis to build on linux and OSX
This commit is contained in:
parent
cda5f7aeae
commit
351f2041ff
|
@ -1,4 +1,9 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
|
Loading…
Reference in New Issue