get travis running

This commit is contained in:
Henning Peters 2015-12-13 19:40:44 +01:00
parent 1c212f014a
commit 3fbb386904

View File

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