Kaydet (Commit) fc714fd9 authored tarafından Brett Cannon's avatar Brett Cannon Kaydeden (comit) GitHub

Drop C++ header compatibility test (#718) (#721)

The $CXX environment variable is not exported under the 'c' language on Travis.
(cherry picked from commit 77ed1155)
üst a5f81659
...@@ -53,8 +53,6 @@ before_script: ...@@ -53,8 +53,6 @@ before_script:
script: script:
# `-r -w` implicitly provided through `make buildbottest`. # `-r -w` implicitly provided through `make buildbottest`.
- make buildbottest TESTOPTS="-j4" - 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: notifications:
email: false email: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment