hmrc / service-manager

A python tool to manage developing and testing with lots of microservices
Apache License 2.0
58 stars 37 forks source link

Travis config #47

Closed rpowis closed 8 years ago

rpowis commented 8 years ago

Travis wasn't getting the exit code from running pytest in a script. So although tests were failing, the build was green.

This fix moves the test commands into the .travis.yml config so that the build fails if any tests fail.