Merge "Add py34 env to tox.ini"

This commit is contained in:
Jenkins 2014-09-25 08:53:00 +00:00 committed by Gerrit Code Review
commit 986ccc4e9d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py26,py27,pypy,pep8,checksyntax
envlist = py33,py34,py26,py27,pypy,pep8,checksyntax
skipsdist = True
[testenv]