summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d02a974..439caa9 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,19 @@ ui-node: less/ipsilon.less less/admin.less
lessc --clean-css less/ipsilon.less ui/css/ipsilon.css
lessc --clean-css less/admin.less ui/css/admin.css
+clean:
+ rm -fr testdir
+
+lp-test:
+ pylint -d c,r,i,W0613 -r n -f colorized \
+ --notes= \
+ --ignored-classes=cherrypy \
+ ./tests
+ pep8 tests
+
+test: lp-test
+ PYTHONPATH=./ ./ipsilon/tools/saml2metadata.py
+
sdist:
python setup.py sdist