Tests are now run on 2.4, 2.5, 2.6 and 3.1
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 @@
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