summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-20 21:14:09 -0800
committerErik Rose <erik@mozilla.com>2011-11-20 21:21:03 -0800
commitd8fcd032acf53ee39076b59ab5fff79a8f8ca187 (patch)
treed7f72ee988c0833d3faa479e493c03eefbaa0b7e /tox.ini
parentd03d43c4c9722b91056283fba44a4945efc41943 (diff)
downloadblessings-d8fcd032acf53ee39076b59ab5fff79a8f8ca187.tar.gz
Make some hopeful metadata changes and dodge a scoping change in Python 3.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 3204750..66b1c22 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
-envlist = py25, py26, py27
+envlist = py25, py26, py27, py32
[testenv]
commands = nosetests
-deps=nose \ No newline at end of file
+deps=nose