summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-06-12 10:57:34 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-06-12 10:57:34 -0400
commit3c08b794b211ebc018089a74d8af7b9b5489cbb5 (patch)
tree572e4f653edf195f3f1c3f90f73d564acde60457
parent5b695fecfac9dcccb14ababb76090f39cbb9f901 (diff)
downloadcliff-3c08b794b211ebc018089a74d8af7b9b5489cbb5.tar.gz
turn off distribute in tox
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c5d5e5c..8f0b271 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,8 +2,9 @@
envlist = py26,py27,py32,py33,style
[testenv]
+distribute = False
commands = nosetests -d --with-coverage --cover-inclusive --cover-package cliff []
-deps =
+deps =
nose
mock
coverage