]> granicus.if.org Git - python/commitdiff
Drop C++ header compatibility test (#718) (#720)
authorBrett Cannon <brettcannon@users.noreply.github.com>
Sun, 19 Mar 2017 17:03:48 +0000 (10:03 -0700)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2017 17:03:48 +0000 (10:03 -0700)
The $CXX environment variable is not exported under the 'c' language on Travis.
(cherry picked from commit 77ed11552da3e01dd235b7d68988076866b1f604)

.travis.yml

index 36961e38790a4d7e1e2251b2e93e7f4d379194bf..66f03dc7161a7f09cfcdbb37a72db4c5ccee7c4b 100644 (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