manodeep / Corrfunc

⚡️⚡️⚡️Blazing fast correlation functions on the CPU.
https://corrfunc.readthedocs.io
MIT License
163 stars 50 forks source link

Travis failure should break the build #213

Closed manodeep closed 4 years ago

manodeep commented 4 years ago

General information

Issue description

An intermediate step in python setup.py install fails, but the overall build still appears to succeed

Expected behaviour

If any stage of the Travis build fails, the entire build should terminate and return a failed status

Actual behaviour

Travis does not fail the build

What have you tried so far?

N/A

Minimal failing example

See the Travis build log here

manodeep commented 4 years ago

That specific issue was a warning, but will be fixed nonetheless in #215

manodeep commented 4 years ago

Fixed the missing abiflags in py2 in #215