From a5aa1fb338fbbdf822f599051520e7de5bfd39c2 Mon Sep 17 00:00:00 2001 From: nanoric Date: Wed, 27 Mar 2019 05:24:28 -0400 Subject: [PATCH] [Add] travis-ci: update setuptools before pip install --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9386cf9f..db3e011b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ matrix: before_install: - choco install python3 --version 3.7.2 install: + - python -m pip install --upgrade pip wheel setuptools - pip install -r requirements.txt - pip install . @@ -42,6 +43,7 @@ matrix: - sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-8 90 - sudo update-alternatives --install /usr/bin/gcc cc /usr/bin/gcc-8 90 # Linux install script + - python -m pip install --upgrade pip wheel setuptools - bash ./install.sh - name: "pip install under Ubuntu: gcc-7"