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

.travis.yml

index 1e1f1a8eea0547d84f9b8eca6e72edbac4e20579..22c5c371db623f174eb2e92e50fe171545d67220 100644 (file)
@@ -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