diff options
-rw-r--r-- | three.cmd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/three.cmd b/three.cmd new file mode 100644 index 00000000..7be57c08 --- /dev/null +++ b/three.cmd @@ -0,0 +1,9 @@ +@REM Copy the sources, convert to Py3k, and run the tests.
+
+rmdir/s/q ..\three
+xcopy /s/h/i/e . ..\three
+cd ..\three
+call switchpy 31
+python \python31\Tools\Scripts\2to3.py -w coverage test setup.py
+make testready
+python \python31\Scripts\nosetests3
|