Enable testing on Python 3.4

This commit is contained in:
Corey Farwell 2014-05-11 20:22:48 -07:00
parent 9e7c6cf0be
commit 43941e4d21
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install: tests/install.sh
script: tests/test.sh