fixing travis

This commit is contained in:
Gabriel Falcão 2015-12-14 10:24:20 -02:00
parent 34b75202a6
commit ca0826e43b
1 changed files with 8 additions and 4 deletions

View File

@ -1,12 +1,16 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.5"
matrix:
allow_failures:
- python: "3.5"
# command to install dependencies
install:
- pip install curdling
- curd install -r requirements.txt
- pip install -U pip
- pip install -r requirements.txt
# command to run tests
script: make test