mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 00:54:43 +00:00
Run windows test on Python 2.6 with -3 option
This commit is contained in:
parent
fb33210605
commit
bae348e366
1 changed files with 1 additions and 1 deletions
2
test.bat
2
test.bat
|
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
c:\python26\python.exe c:\python26\scripts\nosetests -m "^test_.*" tests/
|
||||
c:\python26\python.exe -3 c:\python26\scripts\nosetests -m "^test_.*" tests/
|
||||
@pause
|
||||
|
|
|
|||
Loading…
Reference in a new issue