File tree Expand file tree Collapse file tree 4 files changed +6
-32
lines changed Expand file tree Collapse file tree 4 files changed +6
-32
lines changed Original file line number Diff line number Diff line change @@ -3,36 +3,20 @@ language: python
3
3
matrix :
4
4
include :
5
5
- python : ' 3.6'
6
- env : BUILD_DOCS=yes
7
6
- python : ' 3.7'
8
7
- python : ' 3.8'
9
8
- python : ' 3.9'
10
9
11
10
before_install :
12
11
- pip install --upgrade pip setuptools
13
- - pip install --upgrade -r requirements-dev.txt
14
- - if [[ $BUILD_DOCS == 'yes' ]]; then
15
- pip install --upgrade -r requirements-docs.txt;
16
- pip install --upgrade doctr;
17
- fi
18
- - pip install -U git+https://github.com/streamlink/streamlink.git
12
+ - pip install --upgrade flake8 flake8-import-order
13
+ # - pip install --upgrade pytest
14
+ # - pip install --upgrade git+https://github.com/streamlink/streamlink.git
19
15
20
16
install :
21
- - pip install -e .
17
+ - pip install --upgrade - e .
22
18
23
19
script :
24
20
- liveproxy --version
25
- # - pytest --cov
26
- - flake8 liveproxy/
27
- - if [[ $BUILD_DOCS == 'yes' ]]; then make --directory=docs html; fi
28
-
29
- after_success :
30
- - set -e
31
- # push docs for master
32
- - if [[ $BUILD_DOCS == 'yes' && $TRAVIS_REPO_SLUG == 'back-to/liveproxy' ]]; then doctr deploy .; fi
33
-
34
- doctr :
35
- build-tags : True
36
- deploy-repo : liveproxy/liveproxy.github.io
37
- key-path : deploy_key_doctr.enc
38
- require-master : True
21
+ # - pytest
22
+ - flake8
Original file line number Diff line number Diff line change @@ -2,11 +2,7 @@ include AUTHORS
2
2
include CHANGELOG.md
3
3
include README.md
4
4
include LICENSE*
5
- include requirements-dev.txt
6
- include requirements-docs.txt
7
5
8
- recursive-include docs *
9
- prune docs/_build
10
6
recursive-include tests *py
11
7
12
8
prune */__pycache__
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments