From 77ed11552da3e01dd235b7d68988076866b1f604 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 19 Mar 2017 09:49:55 -0700 Subject: Drop C++ header compatibility test (#718) The $CXX environment variable is not exported under the 'c' language on Travis. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e105dc..9039500 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 -- cgit v0.12