summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1a864634..299b9138 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,7 +37,7 @@ commands =
; installed astroid package
; This is important for tests' test data which create files
; inside the package
- python -Wi {envsitepackagesdir}/coverage run -m pytest --pyarg astroid/tests {posargs:}
+ python -Wi {envsitepackagesdir}/coverage run -m pytest --pyargs astroid/tests {posargs:}
[testenv:formatting]
basepython = python3