1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-01-03 14:14:24 +01:00

have Travis CI test more things

- run the --help command
- try making a cover
- build the distribution and show what it made
This commit is contained in:
Kevin Turner 2021-01-14 21:32:27 -08:00
parent f909472509
commit dc13946a77

View file

@ -4,14 +4,18 @@ python:
before_install:
- pip install poetry
install:
- poetry install
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- npm install -g eclint
install:
- poetry install
script:
- flake8 .
- eclint check *.py sites/*.py
- leech --help
- python3 ebook/cover.py && file -E output.png && rm output.png
- poetry build
- ls -og dist/*