Explicitly relative paths in `commands=` are ignored #26
Comments
Original comment by @wolever Cool. I've just updated my CI server and that seems to be working nicely. Thanks! |
Original comment by @hpk42 I fixed it so your relative path should work - you can verify with "pip install -i http://pypi.testrun.org -U tox" |
Original comment by @hpk42 I don't know why the "bash" solution works, actually. Bug i think i agree that the "./reset" path should work. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a bash script inside my project which I would like to run before tests… However, the obvious way of running it:
Causes tox to complain:
I'm working around this for now using:
But it would be nice if that wasn't necessary.
The text was updated successfully, but these errors were encountered: