diff options
-rw-r--r-- | .build.yml | 17 |
1 files changed, 2 insertions, 15 deletions
@@ -1,20 +1,7 @@ -image: alpine/edge +image: alpine/3.10 packages: - - python3 + - python3=~3.7 - py3-pip - - py3-cryptography - - py3-cleo - - py3-clikit - - py3-requests - - py3-cachy - - py3-requests-toolbelt - - py3-pkginfo - - py3-html5lib - - py3-shellingham - - py3-tomlkit - - py3-pexpect - - py3-packaging - - py3-virtualenv - gcc - python3-dev - musl-dev |