mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-14 12:15:53 +00:00
Improve travis.yml stylecheck
This commit is contained in:
parent
3eee5a55a1
commit
5b1128611e
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -54,8 +54,9 @@ style:
|
|||
flake8
|
||||
! grep -ri syncroniz */*
|
||||
sphinx-build -W -b html ./docs/ ./docs/_build/html/
|
||||
$(MAKE) travis-conf
|
||||
git diff --exit-code
|
||||
python3 scripts/make_travisconf.py | \
|
||||
diff -q .travis.yml - > /dev/null || \
|
||||
(echo 'travis.yml is outdated. Run `make travis-conf`.' && false)
|
||||
|
||||
travis-conf:
|
||||
python3 scripts/make_travisconf.py > .travis.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue