1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 18:29:19 +02:00

Adding LD_LIBRARY_PATH to passenv in tox.ini wasn't necessary after all.

This commit is contained in:
VP- 2019-02-22 15:51:53 +01:00
parent ef179c4022
commit 0f1c019bdd

View file

@ -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