summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-05-17 18:36:30 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-05-17 18:36:30 -0400
commitca1a24ac46844ef83a7c1491659a1f36c8df37b1 (patch)
tree8ec4f7348cec7e561b983cb30ee01f8990cc557a /tox.ini
parentccc1b37086e04d65fbac880248fca3f57b42b901 (diff)
downloadpython-coveragepy-git-ca1a24ac46844ef83a7c1491659a1f36c8df37b1.tar.gz
Use PyContracts so we can declare/enforce parameter and return types.
This commit doesn't add any uses of PyContracts, but gets the machinery in place.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 37ae451f..69d94a0a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,6 +26,7 @@ commands =
deps =
nose
mock
+ PyContracts
py26: unittest2
py26,py27: gevent
py26,py27: eventlet