summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-30 16:14:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-30 16:14:13 -0400
commitc4fd3f3cf414e2ee08ad53bd71cf9c201c69ca6f (patch)
treed9be7df4d138802f3153e3e90d159cba7270fe4d
parent12196ba3c3e116a2514ed9fd22c6ed60539e9160 (diff)
downloadpytest-runner-c4fd3f3cf414e2ee08ad53bd71cf9c201c69ca6f.tar.gz
Use usedevelop to workaround tox-dev/tox#373
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index fa7284b..564f205 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,3 +3,4 @@ deps =
-rtests/requirements.txt
commands = py.test
+usedevelop = True