Skip to content

Commit

Permalink
add testing environment for development versions of w3lib and queuelib
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra committed Oct 18, 2013
1 parent 2e8cc28 commit 1f17230
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .travis/requirements-trunk.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r requirements-latest.txt
git+https://github.com/scrapy/w3lib#egg=w3lib
git+https://github.com/scrapy/queuelib#egg=queuelib
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -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 []
Expand Down

0 comments on commit 1f17230

Please sign in to comment.