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
This commit is contained in:
Pavlo Shchelokovskyy 2015-09-02 16:52:15 +00:00
parent a1f8fb035e
commit 47ecd150c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pypy,pep8
envlist = pypy,py34,py27,py26,pep8
minversion = 1.6
skipsdist = True