We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54902b commit 1b65531Copy full SHA for 1b65531
.travis.yml
@@ -19,7 +19,7 @@ before_install:
19
- sudo apt install -y software-properties-common
20
- sudo add-apt-repository -y ppa:deadsnakes/ppa
21
- sudo apt update
22
- - sudo apt install -y python3-pip python3.6
+ - sudo apt install -y python3-pip python3.6 g++
23
- pip3 install -U pip
24
- pip3 install setuptools
25
- pip3 install -r requirements.txt
0 commit comments