From 9520fbbfeab6cce5013ca1356cf35b274871757f Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 9 Jun 2014 10:22:10 -0400 Subject: [PATCH] add tox target for python 3.4 Ubuntu 14.04 has python 3.4 so add a 3.4 target. Note that this will fail unless you have new enough virtualenv. Recommend you install the packaged version of 1.11.4 and get rid of any pip installed ones. Change-Id: Ib54dc49fca2463f1c5cd788b48d06bd85be52655 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b85bd2938..54a05caba 100644 --- a/tox.ini +++ b/tox.ini @@ -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