Skip to content

Commit

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

0 comments on commit 3ac94be

Please sign in to comment.