Add tox django-dev version test

fix_request_path_info
Diederik van der Boor 2013-07-05 12:07:41 +02:00
parent 77139ba2d3
commit 07f6b6eaa1
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[tox]
envlist=
py33-django-dev,
py33-django15,
py32-django15,
py26-django15,
@ -44,6 +45,11 @@ basepython=python3.2
deps=
django==1.5
[testenv:py33-django-dev]
basepython=python3.3
deps=
https://github.com/django/django/archive/master.zip
[testenv:docs]
changedir=docs
deps=Sphinx