summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-05-07 11:54:01 -0700
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-05-07 12:43:20 -0700
commit0306d7de314ebedaa40a6ed5320e54853a55ddae (patch)
tree610dfd740f3777a2ed3b83f494c75226702b860c
parent3bdb1d8f7ae82572cf4750dc3249c88d4b619f82 (diff)
downloadoslo-i18n-0306d7de314ebedaa40a6ed5320e54853a55ddae.tar.gz
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
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 83f4dac..b5a814a 100644
--- a/tox.ini
+++ b/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 \ No newline at end of file
+exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build