Drop C++ header compatibility test (#718)

The $CXX environment variable is not exported under the 'c' language on Travis.
This commit is contained in:
Brett Cannon 2017-03-19 09:49:55 -07:00 committed by GitHub
parent 18b250f844
commit 77ed11552d
1 changed files with 0 additions and 2 deletions

View File

@ -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