Add py34 into tox list of envs

Change-Id: I7431cecda6f7d30e7ea1997e784051ed86ad8b18
This commit is contained in:
Ilya Shakhat 2014-09-29 16:16:36 +04:00
parent 3a45b63073
commit dcdcf627e3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,pep8
envlist = py26,py27,py33,py34,pep8
minversion = 1.6
skipsdist = True