Updated Python for diffcover to 3.9

This commit is contained in:
Andrew Murray 2020-10-29 21:26:44 +11:00
parent cfe805c436
commit 57ac10a3fa

View File

@ -12,7 +12,7 @@ if [[ $TRAVIS ]]; then
codecov --flags TravisCI
fi
if [ "$TRAVIS_PYTHON_VERSION" == "3.8" ]; then
if [ "$TRAVIS_PYTHON_VERSION" == "3.9" ]; then
# Coverage and quality reports on just the latest diff.
depends/diffcover-install.sh
depends/diffcover-run.sh