summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--three.cmd9
1 files changed, 9 insertions, 0 deletions
diff --git a/three.cmd b/three.cmd
new file mode 100644
index 0000000..7be57c0
--- /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