summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-07-25 09:50:22 -0400
committerDoug Hellmann <doug@doughellmann.com>2014-07-25 11:48:56 -0400
commitac1347cde4d26e0abeba2c171478a8102fe45b1b (patch)
treeae78c86a850edf650fa89db8401737d5493bdce0
parentdb4eef59e53931413c6680abde2cb2f491d1de53 (diff)
downloadcliff-ac1347cde4d26e0abeba2c171478a8102fe45b1b.tar.gz
Clean up default tox environment list
Reorder the list to place python 3.3 first to avoid the issue with python 2.6/7 choosing a dbm format not available in 3.3. Remove python 3.2 from the default list so that running tox without any arguments runs a useful set of tests. Change-Id: I181f73871df16b44de6426f7cddc40956e338c72
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 46becab..a3275bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py32,py33,pypy,pep8
+envlist = py33,py26,py27,pypy,pep8
[testenv]
distribute = False