Skip to content

Commit fc714fd

Browse files
authored
Drop C++ header compatibility test (#718) (#721)
The $CXX environment variable is not exported under the 'c' language on Travis. (cherry picked from commit 77ed115)
1 parent a5f8165 commit fc714fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ before_script:
5353
script:
5454
# `-r -w` implicitly provided through `make buildbottest`.
5555
- 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 .
5856

5957
notifications:
6058
email: false

0 commit comments

Comments
 (0)