Skip to content

Commit 9693a1d

Browse files
committed
tests: ubuntu 17.04 is EOL, bump to 17.10
1 parent 6f8a632 commit 9693a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test-manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function run_all_with_docker {
6868
[[ ! -z $DOCKER_IMAGES ]] || \
6969
# LTS and stable release of popular Linux distros.
7070
# 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"
71+
DOCKER_IMAGES="ubuntu:14.04 ubuntu:16.04 ubuntu:17.10 debian:stable centos:7"
7272

7373

7474
_wheels="wheelhouse/*manylinux*.whl"

0 commit comments

Comments
 (0)