mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-09 13:54:44 +00:00
tox: accept args
This commit is contained in:
parent
b8c02121e2
commit
55aa0ef2e3
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue