From 51669a1744c0593f59232b163fdc19e3bf489e6e Mon Sep 17 00:00:00 2001 From: Chris Wood Date: Wed, 24 Apr 2019 11:49:03 -0400 Subject: [PATCH] Update tox testenvs; call PyQt downgrade scripts --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 762190f88..e143d688a 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ commands = pyqt511: python -m pip install PyQt5==5.11.2 # Needed for older Macs mac: python scripts/maybe_rebuild_libsodium.py - mac: python scripts/maybe_downgrade_pyqt.py + {mac,linux}: python scripts/maybe_downgrade_pyqt.py linux: xvfb-run -a python -m pytest {mac,windows}: python -m pytest passenv = APPDATA CI GNOME_DESKTOP_SESSION_ID @@ -49,6 +49,8 @@ deps = setenv = PYTHONHASHSEED=1 commands = + python scripts/maybe_rebuild_libsodium.py + python scripts/maybe_downgrade_pyqt.py pip list pyinstaller -y misc/gridsync.spec