aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Brant2013-03-10 12:51:29 -0500
committerSean Brant2013-03-10 12:51:29 -0500
commita9cf56e499cee55a800feb4120b961f5441c0bb4 (patch)
treef7d83b7e1775fea74f6a48d65c16fd1df9545641
parent82818498dcbad515882fa8054be219384f332e17 (diff)
downloadpykss-a9cf56e499cee55a800feb4120b961f5441c0bb4.tar.bz2
doh. make sure you name the travis file correctly. Also moves install step to make file
-rw-r--r--.travis.yml (renamed from travis.yml)2
-rw-r--r--Makefile4
2 files changed, 5 insertions, 1 deletions
diff --git a/travis.yml b/.travis.yml
index 584041f..ef98664 100644
--- a/travis.yml
+++ b/.travis.yml
@@ -4,6 +4,6 @@ python:
- "2.7"
- "pypy"
install:
- - pip install -e .
+ - make develop
script:
- make test
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