Skip to content

Commit

Permalink
Update tox testenvs; call PyQt downgrade scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
crwood committed Apr 24, 2019
1 parent ec39804 commit 51669a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 51669a1

Please sign in to comment.