Skip to content

Commit

Permalink
Simpler platform definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 13, 2024
1 parent 1bc374f commit 4412373
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ commands =

[testenv:py310-no-c]
install_command = {[testenv]install_command} -Csetup-args="-Dpython_only=true"
platform =
linux: linux
platform = linux
extras =
{[testenv]extras}
matplotlib
Expand All @@ -79,8 +78,7 @@ skip_install = True
allowlist_externals = rm
install_command =
python -m pip install --force-reinstall {opts} {packages}
platform =
linux: linux
platform = linux
deps =
numpy==1.24.0
-r{toxinidir}/tests_and_analysis/tox_requirements.txt
Expand All @@ -99,8 +97,7 @@ skip_install = True
allowlist_externals = rm
install_command =
python -m pip install --force-reinstall {opts} {packages}
platform =
macos: darwin
platform = darwin
deps =
numpy==1.24.0
-r{toxinidir}/tests_and_analysis/tox_requirements.txt
Expand Down

0 comments on commit 4412373

Please sign in to comment.