File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 - linux
1616 # macOS builds are disabled as the machines are under-provisioned on Travis,
1717 # adding up to an extra hour completing a full CI run.
18- # - osx
1918
2019compiler :
2120 - clang
22- - gcc
21+ # gcc also works, but to keep the # of concurrent builds down, we use one C
22+ # compiler here and the other to run the coverage build.
2323
2424env :
2525 - TESTING=cpython
@@ -32,7 +32,7 @@ matrix:
3232 include :
3333 - os : linux
3434 language : python
35- python : 3.5
35+ python : 3.6
3636 env :
3737 - TESTING=docs
3838 before_script :
@@ -42,7 +42,7 @@ matrix:
4242 - make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q -W"
4343 - os : linux
4444 language : c
45- compiler : clang
45+ compiler : gcc
4646 env :
4747 - TESTING=coverage
4848 before_script :
You can’t perform that action at this time.
0 commit comments