get travis running

This commit is contained in:
Henning Peters 2015-12-13 19:40:44 +01:00
parent 1c212f014a
commit 3fbb386904
1 changed files with 1 additions and 4 deletions

View File

@ -1,18 +1,15 @@
language: python
group: edge
python:
- "2.7"
- "3.4"
- "3.5"
os:
- linux
- osx
install:
- pip install --user -r requirements.txt
- pip install -r requirements.txt
script:
- python -m spacy.en.download