Skip to content

Commit

Permalink
Add Python 2.5 to tox configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
rduplain committed Sep 2, 2011
1 parent b92e749 commit 4458da4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ deps =
flask-script==0.3.1
webassets==0.5

[testenv:py25_flask07]
basepython = python2.5
deps =
nose==1.0.0
flask==0.7.2
flask-script==0.3.1
webassets==0.5

[testenv:pypy_flask07]
basepython = pypy
deps =
Expand Down

0 comments on commit 4458da4

Please sign in to comment.