Skip to content

Commit

Permalink
Use Python 3.7 for tracking coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rycus86 committed Oct 3, 2019
1 parent d2057d8 commit f4537d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ after_success:
- python -m coverage report -m
- python -m coverage xml
- |
if [[ "$(python --version 2>&1)" = *2.7* ]]; then
if [[ "$(python --version 2>&1)" = *3.7* ]]; then
coveralls || exit 0
./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT || exit 0
fi
Expand Down

0 comments on commit f4537d8

Please sign in to comment.