diff --git a/.travis.yml b/.travis.yml index bf2d962..1b7ff0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,11 @@ language: python matrix: include: - - python: '2.7' - python: '3.6' env: BUILD_DOCS=yes - python: '3.7' - dist: xenial - sudo: true + - python: '3.8' + - python: '3.9' before_install: - pip install --upgrade pip setuptools @@ -16,8 +15,7 @@ before_install: pip install --upgrade -r requirements-docs.txt; pip install --upgrade doctr; fi - # only Tested with this streamlink version - - pip install -U git+https://github.com/streamlink/streamlink.git@54685731579b6c0c27f36e80e846701e811abc3f + - pip install -U git+https://github.com/streamlink/streamlink.git install: - pip install -e .