Commit 77ed1155 authored by Brett Cannon's avatar Brett Cannon Committed by GitHub

Drop C++ header compatibility test (#718)

The $CXX environment variable is not exported under the 'c' language on Travis.
parent 18b250f8
......@@ -79,8 +79,6 @@ before_script:
script:
# `-r -w` implicitly provided through `make buildbottest`.
- make buildbottest TESTOPTS="-j4"
# Test for C++ header compatibility.
- echo '#include "Python.h"' > test.cc && $CXX -c test.cc -o /dev/null -I ./Include -I .
notifications:
email: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment