summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--allcoverage.cmd4
-rw-r--r--alltests.cmd4
2 files changed, 4 insertions, 4 deletions
diff --git a/allcoverage.cmd b/allcoverage.cmd
index 5da7e15f..2545427b 100644
--- a/allcoverage.cmd
+++ b/allcoverage.cmd
@@ -34,10 +34,10 @@ set COVERAGE_TEST_TRACER=py
python test\coverage_coverage.py run %1 %2 %3 %4 %5 %6 %7 %8 %9
call \ned\bin\switchpy 31
-python setup.py -q install
+python setup.py -q develop
set COVERAGE_TEST_TRACER=c
python test\coverage_coverage.py run %1 %2 %3 %4 %5 %6 %7 %8 %9
-del \python31\lib\site-packages\coverage\tracer.pyd
+del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
python test\coverage_coverage.py run %1 %2 %3 %4 %5 %6 %7 %8 %9
diff --git a/alltests.cmd b/alltests.cmd
index 7b26ab81..5aee1e42 100644
--- a/alltests.cmd
+++ b/alltests.cmd
@@ -34,10 +34,10 @@ set COVERAGE_TEST_TRACER=py
nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
call \ned\bin\switchpy 31
-python setup.py -q install
+python setup.py -q develop
set COVERAGE_TEST_TRACER=c
python \python31\Scripts\nosetests3 %1 %2 %3 %4 %5 %6 %7 %8 %9
-del \python31\lib\site-packages\coverage\tracer.pyd
+del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
python \python31\Scripts\nosetests3 %1 %2 %3 %4 %5 %6 %7 %8 %9