From c34a6edb62d8a90a0f0223fd44d027a7b72778ca Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:06:49 +0000 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 14429af..dc76819 100644 --- a/tox.ini +++ b/tox.ini @@ -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]