Skip to content

Commit

Permalink
try to fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Coumans committed Sep 1, 2020
1 parent f0352ee commit 6928887
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/docker/ubuntu-bionic
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get install -y \
lsb-release \
pkg-config \
python3 \
python3-dev \
python3-distutils \
software-properties-common \
sudo
1 change: 1 addition & 0 deletions .ci/docker/ubuntu-xenial
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ RUN apt-get install -y \
lsb-release \
pkg-config \
python3 \
python3-dev \
software-properties-common \
sudo
1 change: 1 addition & 0 deletions .ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" && "$CXX" = "g++" ]]; then
$SUDO apt-get update
$SUDO apt-get install -y python3
$SUDO apt-get install -y python3-pip
$SUDO apt-get install python3-dev
$SUDO pip3 install -U wheel
$SUDO pip3 install -U setuptools
python3 setup.py install --user
Expand Down

0 comments on commit 6928887

Please sign in to comment.