From: Brett Cannon Date: Sun, 19 Mar 2017 17:05:18 +0000 (-0700) Subject: Drop C++ header compatibility test (#718) (#721) X-Git-Tag: v2.7.14rc1~244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc714fd931b1fb1d3a4ccca354ef6bda86ef90a3;p=python Drop C++ header compatibility test (#718) (#721) 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 1e1f1a8eea..22c5c371db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,8 +53,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