remove more references to runtests.sh

This commit is contained in:
Daniel Graña 2014-07-31 17:30:45 -03:00
parent d89fc50d41
commit 7cd271eb8e
2 changed files with 1 additions and 10 deletions

View File

@ -1,11 +1,7 @@
"""
tests: this package contains all Scrapy unittests
To run all Scrapy unittests go to Scrapy main dir and type:
bin/runtests.sh
If you're in windows use runtests.bat instead.
see http://doc.scrapy.org/en/latest/contributing.html#running-tests
"""
import os

View File

@ -60,11 +60,6 @@ deps = {[testenv:py33]deps}
commands =
py.test {posargs:tests}
[testenv:windows]
commands =
bin/runtests.bat []
sitepackages = False
[testenv:docs]
changedir = docs
deps =