From 6259efbc44be3e21e42b29246941cd300e79200f Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 24 Nov 2015 11:12:49 -0800 Subject: Adding emailcanary script Adding the main launch script. Adding the listAddress to the pings table. Fixing the Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d2c655e..cae60cc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PYTHON=`which python` NAME=`python setup.py --name` -all: check test source deb +all: check test source init: pip install -r requirements.txt --use-mirrors @@ -19,7 +19,6 @@ rpm: test: unit2 discover -s tests -t . - python -mpytest weasyprint check: find . -name \*.py | grep -v "^test_" | xargs pylint --errors-only --reports=n -- cgit v1.2.3