1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Make sure python3-pip is installed

This commit is contained in:
Thom Wiggers 2019-01-23 11:40:43 +01:00
parent 212d2b4c03
commit 630ae782fd
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

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