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 bd90a66 commit 8d8df2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -7,14 +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 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
- pip install -r requirements.txt
- pip install pyquickhelper --no-deps
before_script:
# - sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc /usr/bin/gcc
- gcc --version
- export PYTHONPATH=src
- python setup.py build_ext --inplace
Expand Down

0 comments on commit 8d8df2b

Please sign in to comment.