File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,6 @@ matrix:
38
38
script :
39
39
- make html SPHINXOPTS="-q"
40
40
- make check
41
- - os : linux
42
- language : cpp
43
- compiler : clang
44
- env :
45
- - TESTING="C++ header compatibility"
46
- before_script :
47
- - ./configure
48
- script :
49
- - echo '#include "Python.h"' > test.cc && $CXX -c test.cc -o /dev/null -I ./Include -I .
50
41
51
42
# Travis provides only 2 cores, so don't overdue the parallelism and waste memory.
52
43
before_script :
@@ -62,6 +53,8 @@ before_script:
62
53
script :
63
54
# `-r -w` implicitly provided through `make buildbottest`.
64
55
- make buildbottest TESTOPTS="-j4"
56
+ # Test for C++ header compatibility.
57
+ - echo '#include "Python.h"' > test.cc && $CXX -c test.cc -o /dev/null -I ./Include -I .
65
58
66
59
notifications :
67
60
email : false
You can’t perform that action at this time.
0 commit comments