diff options
Diffstat (limited to 'tests.local.sh')
| -rwxr-xr-x | tests.local.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests.local.sh b/tests.local.sh index 2ced739..031d6e4 100755 --- a/tests.local.sh +++ b/tests.local.sh @@ -16,10 +16,7 @@ PYTHON_VERSION=$(python3 -c 'import sys; print(".".join(map(str, sys.version_inf # Subset the python version to the major.minor version PYTHON_VERSION=$(echo $PYTHON_VERSION | cut -d. -f1,2) -if [ "$PYTHON_VERSION" = "3.6" ]; then - # Build using python 3.6 - tox -e py36 -v -elif [ "$PYTHON_VERSION" = "3.7" ]; then +if [ "$PYTHON_VERSION" = "3.7" ]; then # Build using python 3.7 tox -e py37 -v elif [ "$PYTHON_VERSION" = "3.8" ]; then |
