Add python3.4 to travis and tox

This commit is contained in:
Matt Wright
2014-06-10 12:40:12 -04:00
parent 76cf3eaf6a
commit a140c01b57
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, pypy
envlist = py26, py27, py33, py34, pypy
[testenv]
deps =