Closed rpowis closed 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.
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.