mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
Drop the standard gcc test build on Travis (GH-853) (GH-860)
Instead have gcc be used for the coverage build so gcc is exercised in at least one place.
(cherry picked from commit ad2f9e2c8a
)
This commit is contained in:
parent
cf57fe13b4
commit
cb09f421c8
1 changed files with 4 additions and 4 deletions
|
@ -15,11 +15,11 @@ os:
|
||||||
- linux
|
- linux
|
||||||
# macOS builds are disabled as the machines are under-provisioned on Travis,
|
# macOS builds are disabled as the machines are under-provisioned on Travis,
|
||||||
# adding up to an extra hour completing a full CI run.
|
# adding up to an extra hour completing a full CI run.
|
||||||
#- osx
|
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
# gcc also works, but to keep the # of concurrent builds down, we use one C
|
||||||
|
# compiler here and the other to run the coverage build.
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TESTING=cpython
|
- TESTING=cpython
|
||||||
|
@ -32,7 +32,7 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.6
|
||||||
env:
|
env:
|
||||||
- TESTING=docs
|
- TESTING=docs
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -42,7 +42,7 @@ matrix:
|
||||||
- make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q -W"
|
- make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q -W"
|
||||||
- os: linux
|
- os: linux
|
||||||
language: c
|
language: c
|
||||||
compiler: clang
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
- TESTING=coverage
|
- TESTING=coverage
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue