diff --git a/.travis.yml b/.travis.yml index 50c81ab..648fc83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,19 +2,6 @@ language: python install: pip install tox -python: - - "2.7" - - "3.3" - - "3.4" - - "3.5" - -addons: - apt: - sources: - - deadsnakes - packages: - - python3.5 - env: matrix: # consul 0.4.1 diff --git a/tests/test_service.py b/tests/test_service.py index c06c0be..46d240b 100644 --- a/tests/test_service.py +++ b/tests/test_service.py @@ -37,7 +37,7 @@ def get_tailf_service(session): session=session, service_name="tailf", # small ttl for faster testing - ttl=SLEEP_WAIT * 4, + ttl=SLEEP_WAIT * 2, )