Skip to content

Commit 0222334

Browse files
author
Graham Higgins
committed
Add Python 2.4
1 parent 18becdc commit 0222334

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tox.ini

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py25,py26,py27,py32,pypy,jython,cover
3+
py24,py25,py26,py27,py32,pypy,jython,cover
44

55
[testenv]
66
commands =
@@ -11,6 +11,14 @@ deps =
1111
nose
1212
isodate
1313

14+
[testenv:py24]
15+
basepython =
16+
python2.4
17+
commands =
18+
python setup.py clean --all
19+
python setup.py build
20+
nosetests --where=./ --with-xunit
21+
1422
[testenv:py25]
1523
basepython =
1624
python2.5

0 commit comments

Comments
 (0)