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:
commit
7c040c08a0
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