diff options
Diffstat (limited to 'alltests.cmd')
| -rw-r--r-- | alltests.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alltests.cmd b/alltests.cmd index 7b26ab8..5aee1e4 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
|
