aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSean Brant2013-03-10 12:51:29 -0500
committerSean Brant2013-03-10 12:51:29 -0500
commita9cf56e499cee55a800feb4120b961f5441c0bb4 (patch)
treef7d83b7e1775fea74f6a48d65c16fd1df9545641 /Makefile
parent82818498dcbad515882fa8054be219384f332e17 (diff)
downloadpykss-a9cf56e499cee55a800feb4120b961f5441c0bb4.tar.bz2
doh. make sure you name the travis file correctly. Also moves install step to make file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index caa2f38..4f447db 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
+develop:
+ pip install "file://`pwd`#egg=sentry[tests]"
+ pip install -e . --use-mirrors
+
lint:
@echo "Linting Python files"
flake8 --ignore=E501,E225,E121,E123,E124,E125,E127,E128 pykss