Add py34 env to tox.ini

Python 3.4 is the default in Ubuntu Trusty and the OpenStack test
infrastructure is going to drop Python 3.3 testing in favor of that.
In an effort to make 3.4 test results more visible to developers who
run the default tox env list and happen to have 3.4 installed, add a
py34 env for it.

Change-Id: Id778c0f1513a1db7ad351186547b792b3b116c6e
This commit is contained in:
Jeremy Stanley 2014-09-03 19:06:49 +00:00
parent 9dc4bd5be0
commit c34a6edb62
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]