From 7f12d6520fdf64aa6123d3522f8ece5debc3c3e8 Mon Sep 17 00:00:00 2001 From: nanoric Date: Thu, 28 Mar 2019 01:58:50 -0400 Subject: [PATCH] [Add] update setuptools for gcc-7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index db3e011b..bf5bd5bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,4 +58,5 @@ matrix: - sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-7 90 - sudo update-alternatives --install /usr/bin/gcc cc /usr/bin/gcc-7 90 # Linux install script + - python -m pip install --upgrade pip wheel setuptools - bash ./install.sh