mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
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:
parent
a1f8fb035e
commit
47ecd150c3
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py26,py27,pypy,pep8
|
||||
envlist = pypy,py34,py27,py26,pep8
|
||||
minversion = 1.6
|
||||
skipsdist = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue