Skip to content

Commit

Permalink
Include all supported Pythons in the tox test matrix
Browse files Browse the repository at this point in the history
Make it easier to test all supported Pythons to help ensure changes
don't introduce incompatibilities.
  • Loading branch information
jdufresne committed Oct 25, 2020
1 parent d6f9e37 commit f36222e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
envlist=py{39,py},linter,docs
envlist=py{36,37,38,39,py3},linter,docs

[testenv]
extras =
Expand Down

0 comments on commit f36222e

Please sign in to comment.