Browse Source

Make sure python3-pip is installed

tags/v0.0.1
Thom Wiggers 5 years ago
parent
commit
630ae782fd
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .travis.yml

+ 4
- 0
.travis.yml View File

@@ -12,6 +12,8 @@ matrix:
apt:
packages:
- valgrind
- python3
- python3-pip
- os: linux
compiler: clang
env:
@@ -20,6 +22,8 @@ matrix:
apt:
packages:
- valgrind
- python3
- python3-pip
- os: osx
osx_image: xcode10.1
compiler: clang


Loading…
Cancel
Save