Skip to content

Commit

Permalink
use tox commands_pre to install test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
geier committed Nov 28, 2023
1 parent 4656d6b commit b49c313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ extras =
pytz20187: pytz==2018.7
pytz_latest: pytz

commands_pre =
pip install -e '.[test]'
commands =
py.test {posargs}

Expand Down

0 comments on commit b49c313

Please sign in to comment.