summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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