Skip to content

Commit

Permalink
Test to see if python 3.12 successful using GH tox (fails on local co…
Browse files Browse the repository at this point in the history
  • Loading branch information
sametz committed Dec 9, 2023
1 parent 6ea2dd8 commit dc71c22
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ source =
*/site-packages/nmrsim/

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

[testenv]
Expand All @@ -109,6 +109,12 @@ commands =
# usedevelop=True should = "pip install -e ."
usedevelop=True

[testenv:py312]
commands =
download = true
virtualenv --upgrade-embed-wheels
pytest {posargs}

[testenv:format]
skip_install = True
deps =
Expand Down

0 comments on commit dc71c22

Please sign in to comment.