Upgrade python to fix build

pull/722/merge
Sourabh Shirhatti 2015-12-01 16:46:22 -08:00
parent 69ed8122bf
commit 054a7527f3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
sudo: false
language: python
python:
- "3.3"
- "3.4"
# command to install dependencies
install: "pip install -q -r requirements.txt"
# command to run tests