3
0
Fork 0

Include 'db' extra for tox tests

This commit is contained in:
Lance Edgar 2023-10-29 23:44:58 -05:00
parent c45aea71df
commit 85aea9738c

View file

@ -11,7 +11,7 @@ requires = virtualenv<20.22.0
commands =
pip install -U pip
pip install -U setuptools wheel
pip install -U --upgrade-strategy eager wuttjamaican[docs,tests]
pip install -U --upgrade-strategy eager wuttjamaican[db,docs,tests]
pytest {posargs}
[testenv:coverage]