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 18b250f commit 77ed115Copy full SHA for 77ed115
.travis.yml
@@ -79,8 +79,6 @@ before_script:
79
script:
80
# `-r -w` implicitly provided through `make buildbottest`.
81
- make buildbottest TESTOPTS="-j4"
82
- # Test for C++ header compatibility.
83
- - echo '#include "Python.h"' > test.cc && $CXX -c test.cc -o /dev/null -I ./Include -I .
84
85
notifications:
86
email: false
0 commit comments