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

ci(dockerfile): fix other python versions

This commit is contained in:
Pavol Rusnak 2020-10-11 15:13:30 +02:00
parent d90c3af6ea
commit 940400998a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -48,12 +48,15 @@ ARG FULLDEPS_TESTING=0
ENV FULLDEPS_TESTING=${FULLDEPS_TESTING}
# install other python versions for tox testing
# 3.8 is already included in the default install
RUN if [ "${FULLDEPS_TESTING}" = "1" ]; then \
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 ; \
nix-env -iP python3-3.6.11 ; \
nix-env --set-flag priority 8 python3-3.6.11 ; \
nix-env -iP python3-3.7.8 ; \
nix-env --set-flag priority 7 python3-3.7.8 ; \
nix-env -iP python3-3.9.0a4 ; \
nix-env --set-flag priority 6 python3-3.9.0a4 ; \
fi
# download monero tests binary