Include TmdbBot class
This commit is contained in:
parent
24a84e508f
commit
bb8b6f63f1
|
@ -5,7 +5,7 @@ pipeline:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install flake8
|
- pip install flake8
|
||||||
- python3 test_tmdb.py
|
- python3 test_tmdb.py
|
||||||
- flake8 --ignore=E501
|
- flake8 --ignore=E501 --exclude=__init__.py
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
from .tmdb import TmdbBot
|
Loading…
Reference in a new issue