Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Nov 14, 2024
1 parent 61ebd80 commit 14fbc4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ commands =

# list of pre-defined environments. (Technically environments not listed here
# like build-py312 can also be used.)
[testenv:pytest-py312-upgraded]
[testenv:pytest-py312-prerelease]
[testenv:pytest-py313-upgraded]
[testenv:pytest-py313-prerelease]
[testenv:pytest-py311-optional-pinned] # some optional reqs not compatible with py312 yet
[testenv:pytest-py{39,310,311,312}-pinned]
[testenv:pytest-py{39,310,311,312,313}-pinned]
[testenv:pytest-py39-minimum]

[testenv:gallery-py312-upgraded]
[testenv:gallery-py312-prerelease]
[testenv:gallery-py313-upgraded]
[testenv:gallery-py313-prerelease]
[testenv:gallery-py311-optional-pinned]
[testenv:gallery-py{39,310,311,312}-pinned]
[testenv:gallery-py{39,310,311,312,313}-pinned]
[testenv:gallery-py39-minimum]

[testenv:build] # using tox for this so that we can have a clean build environment
Expand Down

0 comments on commit 14fbc4e

Please sign in to comment.