From b6b1bed60c31a8487833b49df5ecff5da34ecfa5 Mon Sep 17 00:00:00 2001 From: Dario Izzo Date: Mon, 9 Mar 2020 12:19:50 +0100 Subject: [PATCH] -> manylinux 2000 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ab2c377..6e3a5bf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,11 @@ env: matrix: include: - - env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py37" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps" + - env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py37" DOCKER_IMAGE="pagmo2/manylinux2000_x86_64_with_deps" sudo: required services: - docker - - env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py36" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps" + - env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py36" DOCKER_IMAGE="pagmo2/manylinux2000_x86_64_with_deps" sudo: required services: - docker