From 8b4139a8132c330623631f84528a3cd8f186df9a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 23 Sep 2016 10:08:41 -0500 Subject: [PATCH] Each requirement line is passed as a single parameter to pip, so you can't have a space separating the option and its value. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dea8374..fa7284b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [testenv] deps = - -r tests/requirements.txt + -rtests/requirements.txt commands = py.test