mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-10-09 11:58:25 -04:00
Fix tox
This commit is contained in:
parent
807deb94ee
commit
6638393042
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -5,7 +5,7 @@ envlist = coverage
|
||||||
deps = -rtest-requirements.txt
|
deps = -rtest-requirements.txt
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
|
|
||||||
passenv = TOXENV CI
|
passenv = TOXENV,CI
|
||||||
commands = pytest
|
commands = pytest
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue