summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Hisch <t.hisch@gmail.com>2019-07-05 19:37:17 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-07-05 20:37:17 +0300
commit081f7d32783723482a865f1b1593e731a23f68d9 (patch)
treea9f56e4cfc8eb65290f117f0de5e26a5a805aab2 /tox.ini
parent229c1a9ba6dba13ce073dff7bda3e2e24e466240 (diff)
downloadastroid-git-081f7d32783723482a865f1b1593e731a23f68d9.tar.gz
Fix non-existing pytest --pyarg option (#682)
Fixes a typo introduced in 18591e5e3e18026c770c48cbc044a77333231fc5
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