提交 b15df73a 编写于 作者: M Mikhail Korobov

allow running individual tests via tox, e.g. «tox -e trunk -- scrapy.tests.test_spider»

上级 f18ac029
......@@ -17,7 +17,7 @@ deps =
mock
mitmproxy
commands =
trial scrapy
trial {posargs:scrapy}
[testenv:precise]
basepython = python2.7
......@@ -37,7 +37,7 @@ basepython = python2.7
commands =
pip install https://github.com/scrapy/w3lib/archive/master.zip#egg=w3lib
pip install https://github.com/scrapy/queuelib/archive/master.zip#egg=queuelib
trial scrapy
trial {posargs:scrapy}
[testenv:py33]
basepython = python3.3
......@@ -52,7 +52,7 @@ deps =
mock>=1.0.1
mitmproxy>=0.9.2
commands =
trial scrapy
trial {posargs:scrapy}
[testenv:windows]
commands =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册