Fix invocation of test runner by tox

I think tox calls it in a way that #! is ignored
pull/269/head
Alex Willmer 6 years ago
parent 876a82f00d
commit c4899a0ce4

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

Loading…
Cancel
Save