summaryrefslogtreecommitdiff
path: root/three.cmd
blob: 8698a2e8b8a19b5c3bc47efa4b6f8b8b7ba5562a (plain)
1
2
3
4
5
6
7
8
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 mock.py
make clean testready
python \python31\Scripts\nosetests3