From c4fd3f3cf414e2ee08ad53bd71cf9c201c69ca6f Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 30 Sep 2016 16:14:13 -0400 Subject: [PATCH] Use usedevelop to workaround tox-dev/tox#373 --- tox.ini | 1 + 1 file changed, 1 insertion(+) 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