Skip to content

Commit

Permalink
Fix travis use --upgrade for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
back-to committed Mar 7, 2019
1 parent afe4867 commit 739a3a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ matrix:

before_install:
- pip install --upgrade pip setuptools
- pip install -r requirements-dev.txt
- pip install --upgrade -r requirements-dev.txt
- if [[ $BUILD_DOCS == 'yes' ]]; then
pip install -r requirements-docs.txt;
pip install doctr;
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@33f677b6fe43582d1789884253ccde96705376eb
Expand Down

0 comments on commit 739a3a3

Please sign in to comment.