1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-16 05:14:27 +01:00

Merge pull request #49 from keturn/feat/travis-build

have Travis CI test more things
This commit is contained in:
David Lynch 2021-01-23 13:00:29 -06:00 committed by GitHub
commit 7c040c08a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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/*