Add py34 support in tox

Python3 tests are gating now. So, this commit adds the py34 env
to run with tox.

Change-Id: I3545919898ddbcae51e562b54e41f6968a8abb49
This commit is contained in:
Anusha Ramineni 2015-12-24 11:24:26 +05:30
parent eae24dc280
commit ac3a905188
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,pep8
envlist = py34,py27,pep8
[testenv]
usedevelop = True