blob: 7be57c08851fa98503450dc050be853f3478bf4f (
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
make testready
python \python31\Scripts\nosetests3
|