tox: accept args

This commit is contained in:
Sergey Tereschenko 2019-02-16 15:11:47 +02:00
parent b8c02121e2
commit 55aa0ef2e3

View file

@ -14,7 +14,7 @@ envlist =
downloadcache = {toxworkdir}/_download/
commands =
django-admin.py --version
{envpython} runtests.py
{envpython} runtests.py {posargs}
basepython =
py27: python2.7
py34: python3.4