From 0eb4d62cf3e1b39540c65acd327925aa3c43947b Mon Sep 17 00:00:00 2001 From: VG Date: Mon, 14 Mar 2016 15:23:01 +0100 Subject: wip --- tests/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/Makefile (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..6929f5e --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,10 @@ +# static python static checker +# python3-flake8 (pyflakes + python3-pep8) +# pylint3 + +#@python3.5 -m flake8 wqueue2.py => does not support async keyword for now +q= + +test: + $(Q)python3.5 -m pep8 --first . + $(Q)PYTHONASYNCIODEBUG=1 PYTHONUNBUFFERED=1 python3.5 -Wdefault ./wqueue2.py -- cgit v1.2.3