Last active
June 14, 2021 15:00
-
-
Save mustafa-travisci/066bdadf9ef90eacc4cb5f1bacce1b0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
os: linux | |
language: generic | |
python: "3.7" | |
matrix: | |
include: | |
- os: linux | |
dist: Bionic | |
addons: | |
apt: | |
sources: | |
- ubuntu-toolchain-r-test | |
packages: | |
- g++-7 | |
env: | |
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" | |
before_install: | |
- eval "${MATRIX_EVAL}" | |
- g++ --version && gcc --version | |
- sudo apt-get -y install python3-pip python-dev | |
- sudo pip3 install -U setuptools | |
- sudo pip3 install -U virtualenvwrapper | |
- python3 -V | |
- pip3 -V | |
script: true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment