Each requirement line is passed as a single parameter to pip, so you can't have a space separating the option and its value.

This commit is contained in:
Jason R. Coombs 2016-09-23 10:08:41 -05:00
parent cc80be915b
commit 8b4139a813

View File

@ -1,5 +1,5 @@
[testenv]
deps =
-r tests/requirements.txt
-rtests/requirements.txt
commands = py.test