Skip to content

Commit 9baab5a

Browse files
committed
ci: cleanup travis
1 parent fbe51bc commit 9baab5a

File tree

4 files changed

+6
-32
lines changed

4 files changed

+6
-32
lines changed

.travis.yml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,20 @@ language: python
33
matrix:
44
include:
55
- python: '3.6'
6-
env: BUILD_DOCS=yes
76
- python: '3.7'
87
- python: '3.8'
98
- python: '3.9'
109

1110
before_install:
1211
- 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
1915

2016
install:
21-
- pip install -e .
17+
- pip install --upgrade -e .
2218

2319
script:
2420
- 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

MANIFEST.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ include AUTHORS
22
include CHANGELOG.md
33
include README.md
44
include LICENSE*
5-
include requirements-dev.txt
6-
include requirements-docs.txt
75

8-
recursive-include docs *
9-
prune docs/_build
106
recursive-include tests *py
117

128
prune */__pycache__

deploy_key_doctr.enc

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements-dev.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)