Always run source checkout of wuttjamaican for tox
This commit is contained in:
parent
4958779d8b
commit
27dd4dc29b
4
tox.ini
4
tox.ini
|
@ -8,18 +8,22 @@ envlist = py36, py37, py38, py39, py310, py311
|
||||||
requires = virtualenv<20.22.0
|
requires = virtualenv<20.22.0
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
deps =
|
||||||
|
git+https://kallithea.rattailproject.org/rattail-project/wuttjamaican@master#egg=WuttJamaican
|
||||||
extras = bouncer,db,tests
|
extras = bouncer,db,tests
|
||||||
commands = pytest {posargs}
|
commands = pytest {posargs}
|
||||||
|
|
||||||
[testenv:py37]
|
[testenv:py37]
|
||||||
# nb. newer libs may cause segfault for this one, so must avoid that
|
# nb. newer libs may cause segfault for this one, so must avoid that
|
||||||
deps =
|
deps =
|
||||||
|
git+https://kallithea.rattailproject.org/rattail-project/wuttjamaican@master#egg=WuttJamaican
|
||||||
coverage<6.5
|
coverage<6.5
|
||||||
wheel<0.41
|
wheel<0.41
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
|
git+https://kallithea.rattailproject.org/rattail-project/wuttjamaican@master#egg=WuttJamaican
|
||||||
appy
|
appy
|
||||||
invoke
|
invoke
|
||||||
luigi
|
luigi
|
||||||
|
|
Loading…
Reference in a new issue