tox: Make -qt5 explicit for docker builds
Not needed on CI for a reason I don't quite understand, but needed locally for things to run.
This commit is contained in:
parent
9d9f892ded
commit
a794c87e9b
|
|
@ -68,4 +68,4 @@ WORKDIR /home/user
|
|||
|
||||
CMD git clone /outside qutebrowser.git && \
|
||||
cd qutebrowser.git && \
|
||||
tox -e {% if qt6 %}py-qt6{% else %}py{% endif %}
|
||||
tox -e {% if qt6 %}py-qt6{% else %}py-qt5{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue