summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-08-21 06:56:40 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-08-24 06:54:17 -0400
commit074d8843c0d7909bbc6692f20cc056725d26041c (patch)
tree193b3974b306c41c40c44aea414744f184ab1a36 /tox.ini
parente248080707eb0d350f2f4bb08b555f4f3670b601 (diff)
downloadpython-coveragepy-git-074d8843c0d7909bbc6692f20cc056725d26041c.tar.gz
Enable keeping test-created temp dirs
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0f81c200..bbc00f3a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ deps =
setuptools==40.0.0
mock==2.0.0
PyContracts==1.8.3
- unittest-mixins==1.4
+ unittest-mixins==1.5
#-e/Users/ned/unittest_mixins
# gevent 1.3 causes a failure: https://bitbucket.org/ned/coveragepy/issues/663/gevent-132-on-windows-fails
py{27,34,35,36}: gevent==1.2.2