summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-12-16 21:50:32 -0500
committerNed Batchelder <ned@nedbatchelder.com>2013-12-16 21:50:32 -0500
commit6b93934fa276d6b278a38d267f2fc418e6e261cd (patch)
tree925ec59489c70c69c32c0c3b41795c8cd9cc5d31 /tox.ini
parent75585d0e4bfbbf085dda90e04a6ce8c26bf478b9 (diff)
downloadpython-coveragepy-git-6b93934fa276d6b278a38d267f2fc418e6e261cd.tar.gz
Use unittest2 to get rid of a bunch of our own test assertion implementations.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1b020493..feca080c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,6 +26,18 @@ deps =
nose
mock
+[testenv:py26]
+deps =
+ nose
+ mock
+ unittest2
+
+[testenv:py27]
+deps =
+ nose
+ mock
+ unittest2
+
[testenv:pypy]
# PyPy has no C extensions
setenv =