Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored May 21, 2024
1 parent f3e1c1c commit e2436ac
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 @@ -23,16 +23,16 @@ commands =
python -m pip list
python test.py -v

# Test with python 3.11; optional and dev reqs (some features are not compatible with 3.12 yet)
# Test with python 3.12; pinned dev reqs; upgraded run reqs
[testenv:py312-upgraded]
basepython = python3.11
basepython = python3.12
install_command =
python -m pip install -U {opts} {packages}
deps =
-rrequirements-dev.txt
commands = {[testenv]commands}

# Test with python 3.12; pinned dev reqs; upgraded run reqs
# Test with python 3.11; optional and dev reqs (some features are not compatible with 3.12 yet)
[testenv:py311-optional]
basepython = python3.11
deps =
Expand Down

0 comments on commit e2436ac

Please sign in to comment.