Add python 2 support

This commit is contained in:
nvbn
2015-04-17 16:24:03 +02:00
parent 282217fd02
commit 2eb777a5bb
9 changed files with 19 additions and 15 deletions
+2
View File
@@ -1,6 +1,8 @@
language: python
python:
- "3.4"
- "3.3"
- "2.7"
install:
- python setup.py develop
- pip install -r requirements.txt