Skip to content

Commit

Permalink
ci: update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
back-to committed Dec 23, 2020
1 parent 2c81e7a commit d215de3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 .
Expand Down

0 comments on commit d215de3

Please sign in to comment.