1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00

ci(dockerfile): fix python versions

This commit is contained in:
Pavol Rusnak 2020-10-08 15:24:12 +02:00
parent b9dc44a849
commit 6cc1d70f2e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -50,12 +50,10 @@ ENV FULLDEPS_TESTING=${FULLDEPS_TESTING}
# install other python versions for tox testing
RUN if [ "${FULLDEPS_TESTING}" = "1" ]; then \
nix-env -iP python3-3.7.7 ; \
nix-env --set-flag priority 6 python3-3.7.7 ; \
nix-env -iP python3-3.6.10 ; \
nix-env --set-flag priority 7 python3-3.6.10 ; \
nix-env -iP python3-3.5.9 ; \
nix-env --set-flag priority 8 python3-3.5.9 ; \
nix-env -iP python3-3.7.9 ; \
nix-env --set-flag priority 6 python3-3.7.9 ; \
nix-env -iP python3-3.6.12 ; \
nix-env --set-flag priority 7 python3-3.6.12 ; \
fi
# download monero tests binary