From 47ecd150c310153c4a00667e9f989e40295c1671 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Wed, 2 Sep 2015 16:52:15 +0000 Subject: Add py34 env to default tox run Also, change order of envs in default tox run to avoid some errors when running tox for the first time on fresh clone: - run pypy first to avoid "No module _bsddb" error - run py34 before py2x to avoid LP bug #1489059 Change-Id: I777c55077edb5d4f09518acf35366af97de3943f Closes-Bug: #1492123 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 6110c78..312a41a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,pypy,pep8 +envlist = pypy,py34,py27,py26,pep8 minversion = 1.6 skipsdist = True -- cgit v1.2.1