We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8a632 commit 9693a1dCopy full SHA for 9693a1d
tools/test-manylinux.sh
@@ -68,7 +68,7 @@ function run_all_with_docker {
68
[[ ! -z $DOCKER_IMAGES ]] || \
69
# LTS and stable release of popular Linux distros.
70
# We require >= Python 2.7 to be avaialble (which rules out Centos 6.6)
71
- DOCKER_IMAGES="ubuntu:14.04 ubuntu:16.04 ubuntu:17.04 debian:stable centos:7"
+ DOCKER_IMAGES="ubuntu:14.04 ubuntu:16.04 ubuntu:17.10 debian:stable centos:7"
72
73
74
_wheels="wheelhouse/*manylinux*.whl"
0 commit comments