add Python3.4 to CI

This commit is contained in:
Alessandro Molina
2014-05-29 15:04:22 +02:00
parent eec9dc45a5
commit 7c78cedc19

View File

@@ -4,6 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- "pip install coverage"