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

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

The $CXX environment variable is not exported under the 'c' language on Travis.
(cherry picked from commit 77ed1155)
üst 49fc1533
......@@ -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
......
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