Skip to content
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
Expand Up @@ -8,7 +8,7 @@ python =
3.9: python3.9

[testenv]
deps = -rrequirements_dev.txt
deps = -r requirements_dev.txt
commands =
# stop the build if there are Python syntax errors or undefined names
flake8 src --count --select=E9,F63,F7,F82 --show-source --statistics
Expand All @@ -19,4 +19,4 @@ commands =
# pytest unit
pytest -v tests/unit
# pytest integration
pytest -v tests/integration
pytest -v tests/integration