mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 10:19:16 +02:00
Adding LD_LIBRARY_PATH to passenv in tox.ini wasn't necessary after all.
This commit is contained in:
parent
ef179c4022
commit
0f1c019bdd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ envlist =
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = pytest -rsXx {posargs:tests}
|
commands = pytest -rsXx {posargs:tests}
|
||||||
passenv = TRAVIS LD_LIBRARY_PATH
|
passenv = TRAVIS
|
||||||
deps =
|
deps =
|
||||||
pytest
|
pytest
|
||||||
pytest-faulthandler
|
pytest-faulthandler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue