diff --git a/scripts/run-python-test.sh b/scripts/run-python-test.sh index d677b9e9a..d14e833a1 100755 --- a/scripts/run-python-test.sh +++ b/scripts/run-python-test.sh @@ -22,4 +22,4 @@ export PYTHONDONTWRITEBYTECODE=1 # run python tests (tox invokes pytest to run tests in python/tests) #TOX_PARALLEL_NO_SPINNER=1 tox -e lint,doc tox -e lint -tox -e doc,py37 +tox -e doc,py3