Install python3-dev as well

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

View File

@ -13,6 +13,7 @@ matrix:
packages: packages:
- valgrind - valgrind
- python3 - python3
- python3-dev
- python3-pip - python3-pip
- os: linux - os: linux
compiler: clang compiler: clang
@ -23,6 +24,7 @@ matrix:
packages: packages:
- valgrind - valgrind
- python3 - python3
- python3-dev
- python3-pip - python3-pip
- os: osx - os: osx
osx_image: xcode10.1 osx_image: xcode10.1