Skip to content

Commit

Permalink
Update tox.ini; always call rebuild/downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
crwood committed Apr 24, 2019
1 parent 1953de6 commit 87d1875
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ commands =
pyqt59: python -m pip install PyQt5==5.9.2
pyqt510: python -m pip install PyQt5==5.10.1
pyqt511: python -m pip install PyQt5==5.11.2
# Needed for older Macs
mac: python scripts/maybe_rebuild_libsodium.py
{mac,linux}: python scripts/maybe_downgrade_pyqt.py
python scripts/maybe_rebuild_libsodium.py
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

0 comments on commit 87d1875

Please sign in to comment.