CI: Run check-manifest in lint job

This commit is contained in:
Hugo 2019-01-01 22:27:41 +02:00
parent e32e3fdbeb
commit c579e7469a

View File

@ -67,7 +67,7 @@ services:
install: install:
- | - |
if [ "$LINT" == "true" ]; then if [ "$LINT" == "true" ]; then
pip install -U flake8 pip install -U check-manifest flake8
elif [ "$DOCKER" == "" ]; then elif [ "$DOCKER" == "" ]; then
.travis/install.sh; .travis/install.sh;
fi fi
@ -84,6 +84,7 @@ script:
- | - |
if [ "$LINT" == "true" ]; then if [ "$LINT" == "true" ]; then
flake8 --statistics --count flake8 --statistics --count
check-manifest
elif [ "$DOCKER" == "" ]; then elif [ "$DOCKER" == "" ]; then
.travis/script.sh .travis/script.sh
elif [ "$DOCKER" ]; then elif [ "$DOCKER" ]; then