mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix Makefile
This commit is contained in:
parent
67c8c3f394
commit
5eab8ebb16
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -38,7 +38,7 @@ test:
|
||||||
py.test; \
|
py.test; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install-style: install-vdirsyncer
|
install-style:
|
||||||
pip install flake8 flake8-import-order sphinx
|
pip install flake8 flake8-import-order sphinx
|
||||||
|
|
||||||
style:
|
style:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue