File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,15 +64,6 @@ matrix:
6464 # Make the `coverage` command available to Codecov w/ a version of Python that can parse all source files.
6565 - source ./venv/bin/activate
6666 - bash <(curl -s https://codecov.io/bash)
67- - os : linux
68- language : cpp
69- compiler : clang
70- env :
71- - TESTING="C++ header compatibility"
72- before_script :
73- - ./configure
74- script :
75- - echo '#include "Python.h"' > test.cc && $CXX -c test.cc -o /dev/null -I ./Include -I .
7667
7768# Travis provides only 2 cores, so don't overdue the parallelism and waste memory.
7869before_script :
@@ -88,6 +79,8 @@ before_script:
8879script :
8980 # `-r -w` implicitly provided through `make buildbottest`.
9081 - 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 .
9184
9285notifications :
9386 email : false
You can’t perform that action at this time.
0 commit comments