summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-04-27 14:20:20 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-04-27 14:51:19 +0200
commit303b8d852e469379cd0f1a8891a018de5e39a966 (patch)
tree7d9e11dcbc2e9a08c3783ee657d1675a0fd1bb5e /tox.ini
parent4b09f6044ab2e769146526f161bb247971768799 (diff)
downloadpylint-git-303b8d852e469379cd0f1a8891a018de5e39a966.tar.gz
Remove the 'checker' in moved file name
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 3d7b6b4e8..c8ec9c6f1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -85,7 +85,7 @@ deps =
pyenchant
commands =
- python -Wi -m pytest {toxinidir}/tests/ {posargs:} -k unittest_checker_spelling
+ python -Wi -m pytest {toxinidir}/tests/ {posargs:} -k unittest_spelling
changedir = {toxworkdir}