Skip to content

Commit

Permalink
Attempt to use python 2.4 when running tests wiht tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Dec 18, 2010
1 parent 4a77efd commit 289ef29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py25, py26, py27, pypy, py25-trunk, py26-trunk, py27-trunk, pypy-trunk, docs
py24, py25, py26, py27, pypy, py24-trunk, py25-trunk, py26-trunk, py27-trunk, pypy-trunk, docs
[testenv]
commands =
python setup.py test
Expand All @@ -10,6 +10,11 @@ deps =

# We lied here, these are not really trunk, but rather the 1.3 alpha-1, which
# is close enough.
[testenv:py24-trunk]
basepython = python2.4
deps =
http://www.djangoproject.com/download/1.3-alpha-1/tarball/

[testenv:py25-trunk]
basepython = python2.5
deps =
Expand Down

0 comments on commit 289ef29

Please sign in to comment.