Skip to content

Commit

Permalink
fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Dec 30, 2022
1 parent 9394e72 commit 6abbe9e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

[tox]
isolated_build = true
envlist = py38, py39, py310, py311, style, doc

[testenv:{py38,py39,py310,py311}]
deps =
-rtest/requirements.txt
coverage
commands =
coverage run --rcfile=.coveragerc --module \
pytest --color=yes --code-highlight=yes -vv
coverage run --rcfile=.coveragerc --module pytest
coverage report --rcfile=.coveragerc

[testenv:style]
Expand All @@ -35,3 +35,8 @@ python =
3.9: py39
3.10: py310
3.11: py311

[pytest]
python_classes =
testpaths = test
addopts = -vv --cov=asammdf --color=yes --code-highlight=yes

0 comments on commit 6abbe9e

Please sign in to comment.