Adds Python 3.2 to Travis CI build

This commit is contained in:
Robert Smallshire
2015-01-31 16:19:38 +01:00
parent 78bae6f859
commit 1d20aaf820
+1
View File
@@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies