Skip to content

Commit

Permalink
TOX: Update install_command overrides with x86/x64/pre-specific overr…
Browse files Browse the repository at this point in the history
…ides
  • Loading branch information
effigies committed Oct 11, 2023
1 parent 39fa57d commit 8a60853
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ ARCH =
description = Pytest with coverage
labels = test
install_command =
python -I -m pip install \
--only-binary numpy,scipy,h5py,pillow \
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
python -I -m pip install -v \
x64: --only-binary numpy,scipy,h5py,pillow \
x86: --only-binary numpy,scipy,h5py,pillow,matplotlib \
pre: --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
{opts} {packages}
pip_pre =
pre: true
Expand Down

0 comments on commit 8a60853

Please sign in to comment.