travis: Attempt to setup travis without docker and without sudo

This should speed up testing since it no longer requires virtualization.
This commit is contained in:
Christian Decker
2019-01-25 14:03:00 +01:00
parent 35545f705f
commit 7ac0f53da3
3 changed files with 64 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ endif
# Timeout shortly before the 600 second travis silence timeout
# (method=thread to support xdist)
PYTEST_OPTS := -v --timeout=550 --timeout_method=thread
PYTEST_OPTS := -v --timeout=550 --timeout_method=thread -p no:logging
# This is where we add new features as bitcoin adds them.
FEATURES :=