projects
/
pylibacl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Expand the range of Python versions for unittests
[pylibacl.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 41e203ea202e3ff73f49abafe1858c4c473d5ca1..0ba620df170cb98ab532b138b068dc04ef5f4110 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,7
+20,7
@@
$(DOCHTML)/index.html: $(MODNAME) $(RSTFILES)
doc: $(DOCHTML)/index.html
test:
- for ver in 2.4 2.5 2.6
3.0 3.1
; do \
+ for ver in 2.4 2.5 2.6
2.7 3.0 3.1 3.2
; do \
if type python$$ver >/dev/null; then \
echo Testing with python$$ver; \
python$$ver ./setup.py test; \