tox: update hobo snapshot url

This commit is contained in:
Serghei Mihai 2021-02-16 10:20:13 +01:00
parent 8c13ab136c
commit 8bdc84011a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ deps =
pyquery
tabulate
dj22: djangorestframework>=3.7
https://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz
https://git.entrouvert.org/hobo.git/snapshot/hobo-main.tar.gz
commands =
py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=bijoe tests/}
[pytest]