File tree 1 file changed +4
-4
lines changed
Filter options
1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change 15
15
- linux
16
16
# macOS builds are disabled as the machines are under-provisioned on Travis,
17
17
# adding up to an extra hour completing a full CI run.
18
- # - osx
19
18
20
19
compiler :
21
20
- 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.
23
23
24
24
env :
25
25
- TESTING=cpython
@@ -32,7 +32,7 @@ matrix:
32
32
include :
33
33
- os : linux
34
34
language : python
35
- python : 3.5
35
+ python : 3.6
36
36
env :
37
37
- TESTING=docs
38
38
before_script :
@@ -42,7 +42,7 @@ matrix:
42
42
- make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q -W"
43
43
- os : linux
44
44
language : c
45
- compiler : clang
45
+ compiler : gcc
46
46
env :
47
47
- TESTING=coverage
48
48
before_script :
You can’t perform that action at this time.
0 commit comments