diff --git a/setup.cfg b/setup.cfg index c8fe5f1..196c2a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ warn_unused_configs = True skipsdist = true envlist = py38-lint -[testenv:py36-lint] +[testenv:py38-lint] skip_install = true deps = black @@ -21,4 +21,4 @@ deps = flake8-black commands = black --check --diff setup.py deel tests - flake8 deel tests \ No newline at end of file + flake8 deel tests