Skip to content

Commit

Permalink
More faffing with PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 13, 2020
1 parent 6176e60 commit c8ae100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ before_install:
# see https://github.com/travis-ci/travis-ci/issues/8048
# Changing the value for sudo will also need to be reviewed at the same time
# This will need to be reviewed when the issue above is fixed
- if [ "${TRAVIS_PYTHON_VERSION:-}" = "2.7" ]; then export PATH=/usr/bin/:$PATH; fi
- ./travis-install
- pip install 'flake8<3.8' tox
- flake8 -v .
Expand Down
4 changes: 4 additions & 0 deletions travis-install
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ which pip3
which pip3.6
set -e

if [ "${TRAVIS_PYTHON_VERSION:-}" = "2.7" ]; then
export PATH=/usr/bin/:$PATH
fi

if [ "$TRAVIS_PYTHON_VERSION" = "3.6" ]; then
pip install https://github.com/ome/zeroc-ice-py-manylinux/releases/download/0.3.0/zeroc_ice-3.6.5-cp36-cp36m-manylinux2014_x86_64.whl
python3 -c 'import Ice; print(Ice.stringVersion())'
Expand Down

0 comments on commit c8ae100

Please sign in to comment.