Skip to content

Commit

Permalink
Update release tests to py39 (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders authored Jan 15, 2022
1 parent fc6803b commit 425d5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
sed -i "s/__version__ = .*/__version__ = '${version}'/" */__init__.py
fi

tox -e py37-pypi,flake8 --skip-missing-interpreters
tox -e py39-pypi,flake8 --skip-missing-interpreters

rm -fr dist/*
python3 setup.py sdist bdist_wheel
Expand Down

0 comments on commit 425d5d5

Please sign in to comment.