Merge pull request #4338 from radarhere/python38

Updated Python version
This commit is contained in:
Andrew Murray 2020-01-07 19:11:34 +11:00 committed by GitHub
commit 0c45e26c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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