Skip to content

Commit 77ed115

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

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)