summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-23 10:08:41 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-09-23 10:08:41 -0500
commit8b4139a8132c330623631f84528a3cd8f186df9a (patch)
treeb376990137840b3b6b7e6308fc3e311a830c8e83
parentcc80be915b6912056990bf71324826e244432533 (diff)
downloadpytest-runner-8b4139a8132c330623631f84528a3cd8f186df9a.tar.gz
Each requirement line is passed as a single parameter to pip, so you can't have a space separating the option and its value.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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