Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py27,py34,py35,py36,py37,pypy,flake8
envlist = py{38, 312}pypy,flake8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
envlist = py{38, 312}pypy,flake8
envlist = py{38, 312},pypy,flake8


[testenv]
deps = pytest>=3.0
Expand All @@ -10,3 +9,4 @@ commands = pytest {posargs:tests}
skip_install = true
deps = flake8
commands = flake8 pytest_warnings_report.py setup.py tests