Skip to content

Commit

Permalink
Merge pull request redhat-cip#199 from elfosardo/update-min-tox
Browse files Browse the repository at this point in the history
Update min version of tox and remove constraints for pycodestyle
  • Loading branch information
elfosardo authored Feb 12, 2024
2 parents 76068b5 + 38c81fc commit 2fa59a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
minversion = 3.18.0
minversion = 4.4.0
envlist = py38,py39,py310,py311,py312,pep8,cover,docs
skipsdist = True
ignore_basepython_conflict=true
Expand All @@ -24,7 +24,7 @@ commands =
deps=
hacking~=6.1.0 # Apache-2.0
flake8-import-order~=0.18.0 # LGPLv3
pycodestyle>=2.0.0,<3.0.0 # MIT
pycodestyle>=2.0.0 # MIT
commands = flake8 {posargs}

[testenv:venv]
Expand Down

0 comments on commit 2fa59a5

Please sign in to comment.