Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 1, 2021
1 parent e9b1f0c commit bd90a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -7,10 +7,10 @@ before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
install:
- sudo apt-get install -qq g++ --allow-unauthenticated
# - sudo apt-get install -qq g++ --allow-unauthenticated
- sudo apt-get install libpthread-stubs0-dev
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++ 90
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc 90
# - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++ 90
# - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc 90
- pip install -r requirements.txt
- pip install pyquickhelper --no-deps
before_script:
Expand Down

0 comments on commit bd90a66

Please sign in to comment.