Travis: add Python 3.4

This commit is contained in:
Mort Yao 2014-05-20 03:35:29 +02:00
parent 91f1e8d2df
commit 2cbdb199d6

View File

@ -3,4 +3,5 @@ language: python
python:
- "3.2"
- "3.3"
- "3.4"
script: make test