mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Add Python 3.7 and 3.8 to Travis (#847)
This commit is contained in:
parent
f6b3aa6d0f
commit
60b2a7ada5
26
.travis.yml
26
.travis.yml
@ -97,7 +97,7 @@ matrix:
|
||||
# env: BUILD_SYSTEM=cmake C_COMPILER=pgcc CXX_COMPILER=pgc++
|
||||
|
||||
###
|
||||
## Python 2.7 and 3.6 builds on Linux
|
||||
## Python builds on Linux
|
||||
###
|
||||
- os: linux
|
||||
language: python
|
||||
@ -122,6 +122,30 @@ matrix:
|
||||
- gcc-5
|
||||
- g++-5
|
||||
|
||||
- os: linux
|
||||
language: python
|
||||
python: 3.7
|
||||
env: BUILD_SYSTEM=python C_COMPILER=gcc-5 CXX_COMPILER=g++-5
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- gcc-5
|
||||
- g++-5
|
||||
|
||||
- os: linux
|
||||
language: python
|
||||
python: 3.8
|
||||
env: BUILD_SYSTEM=python C_COMPILER=gcc-5 CXX_COMPILER=g++-5
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- gcc-5
|
||||
- g++-5
|
||||
|
||||
###
|
||||
## CMake on OS X
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user