summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-13 17:49:24 -0800
committerErik Rose <erik@mozilla.com>2011-11-13 17:55:40 -0800
commitdde2719fbb0b4eb2aedd594b8261785459775d7d (patch)
tree20e3acae0fdcde6c3a971e60afd7738ee1dfba09 /tox.ini
parentd05bb86a21f00a91179aa36ca127a9fe7a084670 (diff)
downloadblessings-dde2719fbb0b4eb2aedd594b8261785459775d7d.tar.gz
Start using tox for tests across Python versions. Make tests run in Python 2.5.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..3204750
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,6 @@
+[tox]
+envlist = py25, py26, py27
+
+[testenv]
+commands = nosetests
+deps=nose \ No newline at end of file