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 0e15030 commit 4a08671Copy full SHA for 4a08671
.travis.yml
@@ -20,6 +20,8 @@ matrix:
20
- os: linux
21
language: c
22
compiler: clang
23
+ # gcc also works, but to keep the # of concurrent builds down, we use one C
24
+ # compiler here and the other to run the coverage build.
25
env:
26
- TESTING=cpython
27
0 commit comments