diff --git a/ci/test_linux.sh b/ci/test_linux.sh index 31452ceea..41ae383b2 100755 --- a/ci/test_linux.sh +++ b/ci/test_linux.sh @@ -6,7 +6,7 @@ # - This script assumes that ../dist/repaired_wheels has the wheel(s) built for all versions to be tested # - This is the script that test_docker.sh runs inside of the docker container -PYTHON_VERSIONS="${1:-3.6 3.7 3.8 3.9}" +PYTHON_VERSIONS="${1:-3.6 3.7 3.8 3.9 3.10}" THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" CONNECTOR_DIR="$( dirname "${THIS_DIR}")" diff --git a/tox.ini b/tox.ini index f7f26ea02..0dd907edc 100644 --- a/tox.ini +++ b/tox.ini @@ -112,7 +112,7 @@ commands = coverage combine ; diff-cover --compare-branch {env:DIFF_AGAINST:origin/master} {toxworkdir}/coverage.xml depends = py36, py37, py38, py39, py310 -[testenv:py{36,37,38,39}-coverage] +[testenv:py{36,37,38,39,310}-coverage] # I hate doing this, but this env is for Jenkins, please keep it up-to-date with the one env above it if necessary description = [run locally after tests]: combine coverage data and create report specifically with {basepython} deps = {[testenv:coverage]deps}