Should dependencies be on multiple lines? #7
Comments
Original comment by @hpk42 That deps are a multi-line-list is not clarified, see here: http://tox.testrun.org/latest/config.html#virtualenv-test-environment-settings |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had two dependencies, flexmock and argparse, and putting them as
failed. (Note that I am testing with py26 and py27, so the recent fix against argparse might be the culprit.)
If dependencies should be on multiple lines, it would be better to explicitly specify in the docs.
Thanks,
Ustun
The text was updated successfully, but these errors were encountered: