Skip to content

Commit

Permalink
Travis: Fixed coveralls to run again for py34/latest
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Sep 30, 2019
1 parent c041fe1 commit 7b79e0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -212,6 +212,9 @@ script:
- make test

after_success:
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PYTHON_VERSION" == "2.7" && "$PACKAGE_LEVEL" == "latest" && -z $_MANUAL_CI_RUN ]]; then
# Note: In case of error 422 (Couldn't find a repository matching this job),
# log on to https://coveralls.io to refresh the OAuth token, and
# make sure this project is enabled there.
- if [[ "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PYTHON_VERSION" == "3.4" && "$PACKAGE_LEVEL" == "latest" && -z $_MANUAL_CI_RUN ]]; then
coveralls;
fi

0 comments on commit 7b79e0e

Please sign in to comment.