diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-22 20:12:59 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-22 20:12:59 -0500 |
| commit | 05444facc0d222b2fcf7e1215ec71f8c9b7b3c04 (patch) | |
| tree | 576cb9d71f72fa8e16b5107f355a565d8b8cfa71 /test_old.sh | |
| parent | e1528a728c830672c3c1a857484d60ae96a68311 (diff) | |
| download | python-coveragepy-git-05444facc0d222b2fcf7e1215ec71f8c9b7b3c04.tar.gz | |
A way to run tests on 2.3 and 2.4
Diffstat (limited to 'test_old.sh')
| -rw-r--r-- | test_old.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test_old.sh b/test_old.sh new file mode 100644 index 00000000..72c3b35c --- /dev/null +++ b/test_old.sh @@ -0,0 +1,8 @@ +# Steps to prepare and run coverage.py tests, for Pythons < 2.5 +# This should do the same steps as tox.ini +easy_install nose==1.2.1 mock==0.6.0 +python setup.py --quiet clean develop +python igor.py zip_mods install_egg remove_extension +python igor.py test_with_tracer py +python setup.py --quiet build_ext --inplace +python igor.py test_with_tracer c |
