Include 'db' extra for tox tests
This commit is contained in:
parent
c45aea71df
commit
85aea9738c
2
tox.ini
2
tox.ini
|
@ -11,7 +11,7 @@ requires = virtualenv<20.22.0
|
||||||
commands =
|
commands =
|
||||||
pip install -U pip
|
pip install -U pip
|
||||||
pip install -U setuptools wheel
|
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}
|
pytest {posargs}
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
|
|
Loading…
Reference in a new issue