Merge "add tox target for python 3.4"

This commit is contained in:
Jenkins 2014-06-16 14:14:33 +00:00 committed by Gerrit Code Review
commit 516b1a7692

@ -1,5 +1,6 @@
# noted to use py34 you need virtualenv >= 1.11.4
[tox]
envlist = py26,py27,py33,pypy,pep8
envlist = py26,py27,py33,py34,pypy,pep8
minversion = 1.6
skipsdist = True