Skip to content

Commit

Permalink
Added Django 1.5 to tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Braak committed Feb 13, 2013
1 parent 8e067fd commit 9d6e76c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions testproject/tox.ini
@@ -1,10 +1,9 @@
[tox]
envlist = django1.3-py26,django1.3-py27,django1.4-py26,django1.4-py27
envlist = django1.3-py26,django1.3-py27,django1.4-py26,django1.4-py27,django1.5-py26,django1.5-py27
setupdir = ..

[testenv]
deps =
coverage==3.6
django-jenkins==0.14.0
commands =
python manage.py jenkins
Expand Down Expand Up @@ -33,3 +32,14 @@ deps =
Django==1.4.3
{[testenv]deps}

[testenv:django1.5-py26]
basepython = python2.6
deps =
https://www.djangoproject.com/download/1.5c1/tarball/
{[testenv]deps}

[testenv:django1.5-py27]
basepython = python2.7
deps =
https://www.djangoproject.com/download/1.5c1/tarball/
{[testenv]deps}

0 comments on commit 9d6e76c

Please sign in to comment.