tox.ini: Add python 3.4

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-03-14 21:41:56 +01:00
parent 873383e9bd
commit 7c42327e0e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33
envlist = py26,py27,py33,py34
[testenv]
deps =
nose