From: Brett Cannon Date: Sun, 19 Mar 2017 17:03:48 +0000 (-0700) Subject: Drop C++ header compatibility test (#718) (#720) X-Git-Tag: v3.5.4rc1~268 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3091636f16cdf9ed46bffa770fb3ec7c332799cf;p=thirdparty%2FPython%2Fcpython.git Drop C++ header compatibility test (#718) (#720) The $CXX environment variable is not exported under the 'c' language on Travis. (cherry picked from commit 77ed11552da3e01dd235b7d68988076866b1f604) --- diff --git a/.travis.yml b/.travis.yml index 36961e38790a..66f03dc7161a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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