summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-30 06:58:57 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-30 06:58:57 -0500
commit6e2f6769f41da27cfa50193b4a9accd59b9a1017 (patch)
treecec15d66b239dad243e4977d2d233d2deda89d80 /Makefile
parentd0c093b8e80972bf5097d6d210b2cc8af0598696 (diff)
downloadpython-coveragepy-6e2f6769f41da27cfa50193b4a9accd59b9a1017.tar.gz
Use Distribute for 3.x, stick with setuptools for 2.x
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index b493483..84c75ce 100644
--- a/Makefile
+++ b/Makefile
@@ -21,15 +21,11 @@ clean:
-rm -f setuptools-*.egg
-rm -rf doc/_build/*
-LINTABLE = \
- coverage \
- scripts/coverage \
- setup.py \
- test
+LINTABLE = coverage setup.py test
lint:
-python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc $(LINTABLE)
- python /Python25/Lib/tabnanny.py coverage scripts test setup.py
+ python /Python25/Lib/tabnanny.py $(LINTABLE)
python checkeol.py
testready: testdata devinst