We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After all Python tests are passed at the end of the log:
$ echo '#include "Python.h"' > test.cc && $CXX -c test.cc -o /dev/null -I ./Include -I . /home/travis/build.sh: line 62: -c: command not found The command "echo '#include "Python.h"' > test.cc && $CXX -c test.cc -o /dev/null -I ./Include -I ." exited with 127. Done. Your build exited with 1.
This blocks merging even simple PRs.
After all Python tests are passed at the end of the log:
This blocks merging even simple PRs.