From 8a60853360066eea62064798db7febd28480fa18 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 11 Oct 2023 08:03:27 -0400 Subject: [PATCH] TOX: Update install_command overrides with x86/x64/pre-specific overrides --- tox.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 51819fbb6..dd8e1650b 100644 --- a/tox.ini +++ b/tox.ini @@ -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