summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-24 09:21:12 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-24 09:21:12 +0200
commitaaf80bbef65c1b8cee9bdec512ab81f00e8329e1 (patch)
tree510623d893ef5e6d3584ab0c98bf90de852ca1b8 /Makefile
parent871302f163120d37565d2ef65e820e9dce062383 (diff)
add slack and mailing list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22c1b50..c6a83c8 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,10 @@ sremove :
clean :
$(PYTHON) setup.py clean
-
+
+pep8 :
+ flake8 examples/ ot/ test/
+
test:
pytest