Drop C++ header compatibility test (#718) (#719)

The $CXX environment variable is not exported under the 'c' language on Travis.
(cherry picked from commit 77ed11552d)
This commit is contained in:
Brett Cannon 2017-03-19 10:03:39 -07:00 committed by GitHub
parent 49fc153342
commit b044120f04

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