travis: add Python 3.2

This commit is contained in:
Roman Zeyde
2014-12-27 09:27:46 +02:00
parent 67b69a62ec
commit 0d29eecaa2

View File

@@ -2,6 +2,7 @@ sudo: false
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"