提交 1f17230f 编写于 作者: D Daniel Graña

add testing environment for development versions of w3lib and queuelib

上级 2e8cc281
......@@ -11,6 +11,8 @@ matrix:
env: BUILDENV=precise
- python: "2.7"
env: BUILDENV=latest
- python: "2.7"
env: BUILDENV=trunk
- python: "pypy"
env: BUILDENV=latest
allow_failures:
......
-r requirements-latest.txt
git+https://github.com/scrapy/w3lib#egg=w3lib
git+https://github.com/scrapy/queuelib#egg=queuelib
......@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, lucid, precise
envlist = py26, py27, lucid, precise, trunk
[testenv]
deps =
......@@ -22,6 +22,11 @@ basepython = python2.7
deps =
-r{toxinidir}/.travis/requirements-precise.txt
[testenv:trunk]
basepython = python2.7
deps =
-r{toxinidir}/.travis/requirements-trunk.txt
[testenv:windows]
commands =
{toxinidir}/bin/runtests.bat []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册