Skip to content

Commit

Permalink
Bump basepython in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ethframe committed May 16, 2023
1 parent 98a4f3d commit f72c561
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deps = pytest
commands = flake8 ./src/ ./tests/
skip_install = true
ignore_errors = true
basepython = python3.6
basepython = python3.7
deps =
flake8
flake8-isort
Expand All @@ -22,7 +22,7 @@ setenv =
commands =
mypy -p reparsec -p tests.parsers
skip_install = true
basepython = python3.6
basepython = python3.7
deps =
mypy
types-dataclasses
Expand All @@ -41,7 +41,7 @@ deps =

[testenv:bench]
commands = python -u bench.py {posargs}
basepython = python3.6
basepython = python3.7
deps =
pyperf
psutil
Expand Down

0 comments on commit f72c561

Please sign in to comment.