Skip to content

Commit

Permalink
Change test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch committed Dec 7, 2023
1 parent 31a8b01 commit dd391b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = bumpreqs
setup_requires =
setuptools_scm
setuptools >= 38.3.0
python_requires = >=3.7
python_requires = >=3.8
install_requires =
requests
packaging
Expand Down Expand Up @@ -50,15 +50,15 @@ use_parentheses = True
ignore_missing_imports = True

[tox:tox]
envlist = py36, py37, py38
envlist = py38, py39, py310, py311, py312

[testenv]
deps = -rrequirements-dev.txt
whitelist_externals = make
allowlist_externals = make
commands =
make test
setenv =
py{36,37,38}: COVERAGE_FILE={envdir}/.coverage
py{38,39,310,311,312}: COVERAGE_FILE={envdir}/.coverage

[flake8]
ignore = E203, E231, E266, E302, E501, W503
Expand Down

0 comments on commit dd391b4

Please sign in to comment.