提交 2564c21d 编写于 作者: D Daniel Graña

add a tox env for Python 3.3

上级 526a944e
......@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py27, pypy, precise, trunk
envlist = py27, pypy, precise, trunk, py33
[testenv]
deps =
......@@ -37,6 +37,20 @@ commands =
pip install https://github.com/scrapy/queuelib/archive/master.zip#egg=queuelib
trial scrapy
[testenv:py33]
basepython = python3.3
deps =
Twisted>=13.2.0
lxml>=3.2.4
pyOpenSSL>=0.13.1
cssselect>=0.9
queuelib>=1.1.1
w3lib>=1.5
# Only required to run tests
mock>=1.0.1
commands =
trial scrapy
[testenv:windows]
commands =
bin/runtests.bat []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册