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:
parent
f909472509
commit
dc13946a77
1 changed files with 7 additions and 3 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue