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 | 93fdacdbb34bb151feb699fe4a81956a3c9ee14a (patch) | |
tree | 7e438ec251956b35795dfd5077a428e875389729 | |
parent | 92ea40eb3f4d073276de0470bdee5f8c0179cd82 (diff) | |
download | python-coveragepy-93fdacdbb34bb151feb699fe4a81956a3c9ee14a.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 7c8b050..79c3f1d 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 |