Skip to content

Commit

Permalink
Drop obsolete 'style' tox environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Oct 9, 2024
1 parent f0ab7ba commit 9f44d4c
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,5 +1,5 @@
[tox]
envlist = cleanup, py{38,310,311,312,313}, style # Skip py39 since it chokes on distutils.
envlist = cleanup, py{38,310,311,312,313} # Skip py39 since it chokes on distutils.
skip_missing_interpreters = true

# Erase old coverage results, then accumulate them during this tox run.
Expand Down

0 comments on commit 9f44d4c

Please sign in to comment.