Fix invocation of test runner by tox

I think tox calls it in a way that #! is ignored
This commit is contained in:
Alex Willmer 2018-06-18 19:43:50 +01:00
parent 876a82f00d
commit c4899a0ce4
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ deps =
-r{toxinidir}/dev_requirements.txt
commands =
{posargs:./test}
{posargs:bash run_tests}
whitelist_externals =
bash
[testenv:docs]
basepython = python