mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Merge pull request #3524 from hugovk/check-manifest-on-ci
CI: Run check-manifest in lint job
This commit is contained in:
commit
b97f9c4fcf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user