summaryrefslogtreecommitdiff
path: root/three.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'three.cmd')
-rw-r--r--three.cmd7
1 files changed, 5 insertions, 2 deletions
diff --git a/three.cmd b/three.cmd
index 93dd8f9d..61ef3745 100644
--- a/three.cmd
+++ b/three.cmd
@@ -2,9 +2,10 @@
rmdir/s/q ..\three
xcopy /s/h/i/e /exclude:notsource.txt . ..\three
-cd ..\three
+move ..\three .
+cd three
call switchpy 31
-python \python31\Tools\Scripts\2to3.py -w coverage test setup.py mock.py
+python \python31\Tools\Scripts\2to3.py -w coverage test mock.py
make clean
make testdata
@@ -18,3 +19,5 @@ python \python31\Scripts\nosetests3 %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
python \python31\Scripts\nosetests3 %1
+
+cd ..