diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-14 07:35:51 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-14 07:35:51 -0400 |
| commit | 9d9e71c81e771d6ab1c25acff67edbeed705cd2f (patch) | |
| tree | 1a3121406e35cc87c7cb4acb3d5ddd9e9b6a1f10 | |
| parent | a3592040336f2b140d013fb26e58efccb7d68bdb (diff) | |
| download | python-coveragepy-9d9e71c81e771d6ab1c25acff67edbeed705cd2f.tar.gz | |
Have to run 2to3 on mock.py now
| -rw-r--r-- | three.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,6 +4,6 @@ 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\Tools\Scripts\2to3.py -w coverage test setup.py mock.py
+make clean testready
python \python31\Scripts\nosetests3
|
