Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
awdeorio committed Dec 1, 2022
2 parents 5067e94 + 67fee4b commit 3eb2ecb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Local host configuration with one Python 3 version
[tox]
envlist = py36, py37, py38, py39, py310
envlist = py36, py37, py38, py39, py310, py311

# GitHub Actions configuration with multiple Python versions
# https://github.com/ymyzk/tox-gh-actions#tox-gh-actions-configuration
Expand All @@ -11,6 +11,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311

# Run unit tests
# HACK: Pydocstyle fails to find tests. Invoke a shell to use a glob.
Expand Down

0 comments on commit 3eb2ecb

Please sign in to comment.