Add Python 3.1

This commit is contained in:
Vincent Jacques
2012-11-21 21:30:29 +01:00
parent d0881d7fd8
commit 39562d4eaa
+1
View File
@@ -3,6 +3,7 @@ python:
- "2.7"
- "2.6"
- "2.5"
- "3.1"
- "3.2"
install:
- if [ $TRAVIS_PYTHON_VERSION == '2.5' ]; then pip install -r python25-requirements.txt --use-mirrors; fi