Skip to content

Travis tests are broken #54

Closed
Closed
@serhiy-storchaka

Description

@serhiy-storchaka

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions