summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-30 15:56:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-30 15:56:11 -0400
commit3f9f79b7b4b04335c28c5a2924c71c027d45428c (patch)
tree3a9f83ade0ea84adc643e97827cb13a2426acf68
parent1f9cded1236dbd2e4e79a1244895d5d730593d2e (diff)
downloadpython-coveragepy-git-3f9f79b7b4b04335c28c5a2924c71c027d45428c.tar.gz
Don't need this any more.
-rw-r--r--test_old.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/test_old.sh b/test_old.sh
deleted file mode 100644
index 50cc2409..00000000
--- a/test_old.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
-
-# 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