mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-02-18 02:40:34 +03:00
Add positional args to test command
This commit is contained in:
parent
10edbba8b2
commit
a9a4fec607
2
tox.ini
2
tox.ini
|
@ -7,7 +7,7 @@ envlist =
|
||||||
lint,
|
lint,
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = coverage run --parallel-mode manage.py test
|
commands = coverage run --parallel-mode manage.py test {posargs}
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user