Skip to content

Commit

Permalink
Move to pytest for running tests and add py312 support in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Jan 5, 2024
1 parent 06669d7 commit 68eeea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest
matplotlib
reportlab
flake8
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# and then run "tox" from this directory.

[tox]
envlist = py310,py311,pep8
envlist = py310,py311,py312,pep8

[testenv]
commands = {envpython} setup.py test
commands = pytest
deps = -r{toxinidir}/test-requirements.txt

[testenv:pep8]
Expand Down

0 comments on commit 68eeea0

Please sign in to comment.