dqrobotics / python

The DQ Robotics library in Python
https://dqrobotics.github.io
GNU Lesser General Public License v3.0
24 stars 9 forks source link

Travis import bug #3

Closed mmmarinho closed 5 years ago

mmmarinho commented 5 years ago

Issue Even when Travis fails to import the compiled package, the package is still uploaded to PyPi.

Solution Split between build and deployment so that Travis stops with this madness.

mmmarinho commented 5 years ago

I added the deploy step to after_script: Let's hope that fixes the issue