Skip to content

Commit 6e86852

Browse files
committed
TOX: Update install_command overrides with x86/x64/pre-specific overrides
1 parent 873d5bf commit 6e86852

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ ARCH =
4545
description = Pytest with coverage
4646
labels = test
4747
install_command =
48-
python -I -m pip install \
49-
--only-binary numpy,scipy,h5py,pillow \
50-
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
48+
python -I -m pip install -v \
49+
x64: --only-binary numpy,scipy,h5py,pillow \
50+
x86: --only-binary numpy,scipy,h5py,pillow,matplotlib \
51+
pre: --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
5152
{opts} {packages}
5253
pip_pre =
5354
pre: true

0 commit comments

Comments
 (0)