1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

Add posargs to tox.ini

This commit is contained in:
Alex Forencich 2020-12-04 15:49:51 -08:00
parent 5d2389fd81
commit bd4e574b36

View File

@ -19,7 +19,7 @@ deps =
jinja2
commands =
pytest -n auto
pytest -n auto {posargs}
# pytest configuration
[pytest]