Add Python 3.4 to the Travis tests.

This commit is contained in:
2014-11-05 09:00:39 +00:00
parent a8a1f13ea5
commit 9cf8a6833d

View File

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