1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00

try fix travis and a spurious exception on __del__ time -- only do something if module globals are not None, some other fixups

This commit is contained in:
holger krekel 2018-09-14 11:53:13 +02:00
parent 66d6621f93
commit 669de40f66
6 changed files with 22 additions and 15 deletions

View file

@ -7,7 +7,7 @@ envlist =
doc
[testenv]
commands = pytest {posargs:tests}
commands = pytest -rsXx {posargs:tests}
usedevelop = True
deps =
pytest
@ -42,7 +42,7 @@ commands =
[pytest]
python_files = tests/test_*.py
norecursedirs = .tox
xfail_strict=true
# xfail_strict=true
[flake8]
max-line-length = 120