Skip to content

Commit

Permalink
Fix actually running pytest in tox (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Sep 12, 2023
1 parent 749e151 commit 91a8c79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ extras =
ftp
tests
commands =
{env: PYTEST_COMMAND}
pip freeze --all --no-input
{env:PYTEST_COMMAND}

[testenv:build_docs]
changedir = docs
Expand Down

0 comments on commit 91a8c79

Please sign in to comment.