Merge pull request #737 from kevgathuku/patch-1

Fix .PHONY target rule
This commit is contained in:
2016-08-10 15:13:59 -04:00
committed by GitHub
+1 -1
View File
@@ -254,7 +254,7 @@ your project.
test:
py.test tests
.PHONY init test
.PHONY: init test
Other generic management scripts (e.g. ``manage.py``
or ``fabfile.py``) belong at the root of the repository as well.