summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-03-19 17:03:48 (GMT)
committerGitHub <noreply@github.com>2017-03-19 17:03:48 (GMT)
commit3091636f16cdf9ed46bffa770fb3ec7c332799cf (patch)
tree39befb70985f43fb3bae20370799029ac7662df7
parent825153bf8fd3b8ee80cf580d24b1a1b64bd8f4d1 (diff)
downloadcpython-3091636f16cdf9ed46bffa770fb3ec7c332799cf.zip
cpython-3091636f16cdf9ed46bffa770fb3ec7c332799cf.tar.gz
cpython-3091636f16cdf9ed46bffa770fb3ec7c332799cf.tar.bz2
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)
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 36961e3..66f03dc 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