mirror of https://github.com/python/cpython
Drop C++ header compatibility test (#718)
The $CXX environment variable is not exported under the 'c' language on Travis.
This commit is contained in:
parent
18b250f844
commit
77ed11552d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue