Fix Makefile

This commit is contained in:
Markus Unterwaditzer 2015-07-26 15:32:59 +02:00
parent 67c8c3f394
commit 5eab8ebb16

View file

@ -38,7 +38,7 @@ test:
py.test; \
fi
install-style: install-vdirsyncer
install-style:
pip install flake8 flake8-import-order sphinx
style: