diff options
Diffstat (limited to 'test.sh')
-rw-r--r-- | test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test.sh b/test.sh new file mode 100644 index 00000000..ac309dec --- /dev/null +++ b/test.sh @@ -0,0 +1,6 @@ +python2.3 setup.py test +python2.4 setup.py test +python2.5 setup.py test +python2.6 setup.py test +python3.1 setup.py test + |