Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-07-06 18:38:22 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2017-07-06 18:38:32 +0300
commit79068d3fea4b52cf1fc76ef19714abcfe48e4420 (patch)
tree6c3cd404b5ec0b9625d92a7b91124d855f476ed6 /Makefile
parentfb31fc43f77539234989bd95630264ea1d0c522c (diff)
make php executable path configurable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c84413..4a89aba 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ pypi: clean
.PHONY: test
test:
- pep8 .
+ pycodestyle nextcloud_news_updater
python3 -m nextcloud_news_updater --version
python3 -m unittest
#uncomment once mypy works properly