Skip to content

Commit

Permalink
Tox syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Oct 8, 2024
1 parent 6c103c2 commit 9d5de7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ legacy_tox_ini = """
[testenv:3.10-gpaw]
platform = linux
allowlist_externals =
{testenv[allowlist_externals]}
{[testenv]allowlist_externals}
gpaw
commands_pre =
python -m pip install gpaw
gpaw install-data --register gpaw_setups
commands = {testenv[commands]}
commands = {[testenv]commands}
"""

0 comments on commit 9d5de7b

Please sign in to comment.