Fix python version in setup.cfg.

This commit is contained in:
Mikaël Capelle
2020-10-31 17:46:56 +01:00
parent 76935f3646
commit beb28d0291
+2 -2
View File
@@ -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
flake8 deel tests