Skip to content

Commit b044120

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

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
@@ -79,8 +79,6 @@ before_script:
7979
script:
8080
# `-r -w` implicitly provided through `make buildbottest`.
8181
- 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 .
8482

8583
notifications:
8684
email: false

0 commit comments

Comments
 (0)