commit | a3934ae7cc17227ec49ac4c40bcfd659e26c6dce | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Mon Jun 06 16:39:56 2011 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Mon Jun 06 16:39:56 2011 -0400 |
tree | 29c5177ec60e82a20602cfd802f8d8f5b1c2fd49 | |
parent | aa67c09b9154033068eba796827289344ba5d4f0 [diff] [blame] |
Now testing against Python 3.2
diff --git a/Makefile b/Makefile index 015e511..e021d65 100644 --- a/Makefile +++ b/Makefile
@@ -3,6 +3,7 @@ -cd python2 && python2.5 httplib2test.py -cd python2 && python2.6 httplib2test.py -cd python3 && python3.1 httplib2test.py + -cd python3 && python3.2 httplib2test.py VERSION = $(shell python setup.py --version) DST = dist/httplib2-$(VERSION)