Update default tox settings
Move py33 to the front of the list so that running "tox" by itself builds the .testrepository database using a version of dbm available on all versions of python. Remove pypy from the default tox envlist until the issue with setuptools and pypy is fixed. bp graduate-oslo-i18n Change-Id: Ifccfc2248097e8d25136e3163ef06dbaabc3d327
This commit is contained in:
parent
3bdb1d8f7a
commit
0306d7de31
4
tox.ini
4
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 1.6
|
||||
envlist = py26,py27,py33,pypy,pep8
|
||||
envlist = py33,py26,py27,pep8
|
||||
# NOTE(dhellmann): We cannot set skipdist=True
|
||||
# for oslo libraries because of the namespace package.
|
||||
#skipsdist = True
|
||||
@ -32,4 +32,4 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
show-source = True
|
||||
ignore = E123,E125,H803
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
|
Loading…
x
Reference in New Issue
Block a user