Skip to content

Commit 37c6ce4

Browse files
committed
Fix travis install pip3
1 parent 925f07f commit 37c6ce4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ branches:
55
- master
66

77
dist: bionic
8-
9-
108

9+
python:
10+
- "3.7"
11+
1112
addons:
1213
apt:
1314
packages:
1415
- cmake
1516
- make
1617
- g++
1718
- pkg-config
19+
- python3-pip
1820

1921
install:
2022
- pip3 install --user requests

0 commit comments

Comments
 (0)