Enable automated testing on Python 3.4

This commit is contained in:
Corey Farwell 2014-06-24 19:09:47 -07:00
parent 5dce970179
commit 68905c01ac
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ language: python
python:
- "2.7"
- "3.3"
- "3.4"
install:
- pip install coverage coveralls