summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-03-21 09:03:58 +0100
committerRémi Flamary <remi.flamary@gmail.com>2018-03-21 09:03:58 +0100
commit5efdf008865ea347775708b637d933e048d663ec (patch)
treea042b112c555a686454c4540dbe5659205e623cf /Makefile
parent6fdf5de8fa27fa16d6b8910fe96eb67b7761aa0e (diff)
add test linear mapping class
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e0c576..468d042 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,11 @@ rdoc :
notebook :
ipython notebook --matplotlib=inline --notebook-dir=notebooks/
+
+autopep8 :
+ autopep8 -ir test ot examples
+aautopep8 :
+ autopep8 -air test ot examples
FORCE :