Skip to content

Commit

Permalink
Fix tox issue with passenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Aug 26, 2023
1 parent 2871d27 commit e29ca9a
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 @@ -18,7 +18,9 @@ commands =
sphinx-build -b html -nEW docs docs/_build/html

[testenv]
passenv = PG* PYGRESQL_*
passenv =
PG*
PYGRESQL_*
commands =
python setup.py clean --all build_ext --force --inplace --strict --ssl-info --memory-size
python -m unittest discover {posargs}

0 comments on commit e29ca9a

Please sign in to comment.