From dc13946a77fc6b405384be6094813f949a7eabfb Mon Sep 17 00:00:00 2001 From: Kevin Turner <83819+keturn@users.noreply.github.com> Date: Thu, 14 Jan 2021 21:32:27 -0800 Subject: [PATCH] have Travis CI test more things - run the --help command - try making a cover - build the distribution and show what it made --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5d4366..f1bbfa5 100644 --- a/.travis.yml +++ b/.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/*