Skip to content

Commit

Permalink
Enable PYTEST_DEBUG for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 2, 2021
1 parent 06ce0e4 commit 20fcc55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ qa = mypy, lint
cov = py36, coverage

[testenv]
setenv = PYTHONDEVMODE = 1
setenv =
PYTHONDEVMODE = 1
PYTEST_DEBUG = 1
deps = -r{toxinidir}/tests/requirements.txt
commands =
python --version
Expand Down

0 comments on commit 20fcc55

Please sign in to comment.