summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 7c6a24c..ec71317 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,12 +13,6 @@ basepython = python3
commands = flake8
flake8 --filename=cfn-* bin
-[testenv:pylint]
-setenv = VIRTUAL_ENV={envdir}
-deps = -r{toxinidir}/requirements.txt
- pylint==0.26.0
-commands = bash tools/lintstack.sh
-
[testenv:cover]
basepython = python3
setenv =