From 25dffefd19323728d8dea13e798d56ae4347884b Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Thu, 24 Dec 2009 10:06:02 -0500 Subject: Tests are now run on 2.4, 2.5, 2.6 and 3.1 --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6ee31c..164d6a7 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,12 @@ tests: - python httplib2test.py + cd python2 && python2.4 httplib2test.py + cd python2 && python2.5 httplib2test.py + cd python2 && python2.6 httplib2test.py + cd python3 && python3.1 httplib2test.py VERSION = $(shell python setup.py --version) DST = dist/httplib2-$(VERSION) + release: -mkdir dist -rm -rf dist/httplib2-$(VERSION) @@ -15,7 +19,6 @@ release: cd dist && tar -czv -f httplib2-$(VERSION).tar.gz httplib2-$(VERSION) cd dist && zip httplib2-$(VERSION).zip -r httplib2-$(VERSION) - doc: #pudge -v -f --modules=httplib2 --dest=build/doc -- cgit v1.2.1