Skip to content

Commit

Permalink
Improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 28, 2024
1 parent f073805 commit efa8700
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ commands = python -m unittest discover -v -s test/unit -p '*.py'

[testenv:style]
deps = pycodestyle
commands = pycodestyle --max-line-length=120 --ignore=E402,W504,W605 IM --exclude=doc
pycodestyle --max-line-length=120 --ignore=E402,W504,W605 contextualization --exclude=doc
pycodestyle --max-line-length=120 --ignore=E402,W504,W605 test
commands = pycodestyle --max-line-length=120 --ignore=E402,W504,W605 . --exclude=doc,.tox,scripts

[testenv:coverage]
deps = -r{toxinidir}/requirements-tests.txt
Expand Down

0 comments on commit efa8700

Please sign in to comment.