mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Fix python version in setup.cfg.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user