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

master
Jason R. Coombs 8 years ago
parent cc80be915b
commit 8b4139a813
  1. 2
      tox.ini

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

Loading…
Cancel
Save