From c579e7469ab5e375ef926937bb08da1a73daea89 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 1 Jan 2019 22:27:41 +0200 Subject: [PATCH] CI: Run check-manifest in lint job --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b66ed27f2..f7cb5899c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,7 @@ services: install: - | if [ "$LINT" == "true" ]; then - pip install -U flake8 + pip install -U check-manifest flake8 elif [ "$DOCKER" == "" ]; then .travis/install.sh; fi @@ -84,6 +84,7 @@ script: - | if [ "$LINT" == "true" ]; then flake8 --statistics --count + check-manifest elif [ "$DOCKER" == "" ]; then .travis/script.sh elif [ "$DOCKER" ]; then