Enable automated testing with Python 3.4

This commit is contained in:
Corey Farwell 2014-06-19 21:30:58 -07:00
parent 69be3c0efe
commit e6db5f87fb

View File

@ -3,6 +3,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
node_js:
- "0.8"