diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-01-29 12:34:42 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-01-29 12:34:42 -0500 |
commit | 0f30ba843ea36905834c3b47e74192ec5e32eee6 (patch) | |
tree | 742470d16861bd7aa1978e890a17626e486ea88c | |
parent | b7b424bd7773b66e92474b184379723607b1a4ff (diff) | |
download | python-coveragepy-git-0f30ba843ea36905834c3b47e74192ec5e32eee6.tar.gz |
Also test 3.x
-rwxr-xr-x | alltests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alltests.sh b/alltests.sh index 7c8b0509..79c3f1d7 100755 --- a/alltests.sh +++ b/alltests.sh @@ -9,7 +9,7 @@ source ../ve/26/bin/activate make --quiet testdata -for v in 24 25 26 27 # 23 31 32 +for v in 24 25 26 27 31 32 # 23 do source ../ve/$v/bin/activate python setup.py -q develop |