From: Paul Brossier Date: Wed, 1 Jul 2020 20:34:16 +0000 (+0200) Subject: [ci] remove python2 osx cruft in .travis.yml X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=1a102ac0e91d8d2f71546d15e600e2fe8c6d527a;p=aubio.git [ci] remove python2 osx cruft in .travis.yml --- diff --git a/.travis.yml b/.travis.yml index 788e2064..de33be89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,17 +75,7 @@ addons: - lcov update: true -before_install: - - | - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - export PATH="$HOME/Library/Python/2.7/bin/:$PATH" - fi; - install: - - | - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - alias pip=pip2 - fi; - travis_retry pip install --upgrade pip - travis_retry make getwaf expandwaf deps_python - which pip