Skip to content

Commit 7cd271e

Browse files
committed
remove more references to runtests.sh
1 parent d89fc50 commit 7cd271e

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

tests/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
"""
22
tests: this package contains all Scrapy unittests
33
4-
To run all Scrapy unittests go to Scrapy main dir and type:
5-
6-
bin/runtests.sh
7-
8-
If you're in windows use runtests.bat instead.
4+
see http://doc.scrapy.org/en/latest/contributing.html#running-tests
95
"""
106

117
import os

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ deps = {[testenv:py33]deps}
6060
commands =
6161
py.test {posargs:tests}
6262

63-
[testenv:windows]
64-
commands =
65-
bin/runtests.bat []
66-
sitepackages = False
67-
6863
[testenv:docs]
6964
changedir = docs
7065
deps =

0 commit comments

Comments
 (0)