From 0d568964df989156fe6d9efb179fa07e405e46c9 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Fri, 23 Apr 2021 22:51:31 +0200 Subject: Remove job that are already checked by github actions --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index bb5bdcc0..e3005fd4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,12 @@ [tox] -envlist = py{36,37,38,39}, py{36,37,38,39}-six, pylint +envlist = py{36,37,38,39}, py{36,37,38,39}-six skip_missing_interpreters = true [testenv:pylint] deps = git+https://github.com/pycqa/pylint@master - pytest -commands = pylint -rn --rcfile={toxinidir}/pylintrc {toxinidir}/astroid + pre-commit +commands = pre-commit run pylint --all-files [testenv] deps = -- cgit v1.2.1