Use Python 2.7

This commit is contained in:
Bastian Kleineidam 2010-09-23 00:42:56 +02:00
parent b76bc2d87f
commit 4a3e999dd9
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@
:: with this program; if not, write to the Free Software Foundation, Inc.,
:: 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
@echo off
set PYDIR=E:\Python26
set PYDIR=C:\Python27
%PYDIR%\python.exe setup.py sdist --manifest-only
%PYDIR%\python.exe setup.py build -c mingw32
copy build\lib.win32-2.6\linkcheck\HtmlParser\htmlsax.pyd linkcheck\HtmlParser

View file

@ -14,7 +14,7 @@
:: with this program; if not, write to the Free Software Foundation, Inc.,
:: 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
@echo off
set PYDIR=E:\Python26
set PYDIR=C:\Python27
%PYDIR%\python.exe setup.py clean --all
del linkcheck\HtmlParser\htmlsax.pyd
del linkcheck\network\_network.pyd

View file

@ -14,7 +14,7 @@
:: with this program; if not, write to the Free Software Foundation, Inc.,
:: 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
@echo off
set PYDIR=E:\Python26
set PYDIR=C:\Python27
rd /S /Q build
call build.bat
rd /S /Q dist

View file

@ -14,6 +14,6 @@
:: with this program; if not, write to the Free Software Foundation, Inc.,
:: 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
@echo off
set PYDIR=E:\Python26
set PYDIR=C:\Python27
%PYDIR%\python.exe %PYDIR%\scripts\nosetests -v -m "^test_.*" tests/
pause