We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f95b37 commit d665407Copy full SHA for d665407
1 file changed
.travis.yml
@@ -10,11 +10,11 @@ os:
10
- linux
11
# macOS builds are disabled as the machines are under-provisioned on Travis,
12
# adding up to an extra hour completing a full CI run.
13
- #- osx
14
15
compiler:
16
- clang
17
- - 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.
18
19
env:
20
- TESTING=cpython
0 commit comments