Skip to content

Commit

Permalink
Tests: set Tox basepython versions for tomcat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha committed Nov 12, 2013
1 parent 99dfe45 commit 02e7b65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,19 @@ deps =
{[base]deps}

[testenv:py26-tomcat]
basepython = python2.6
deps =
{[testenv:py26]deps}
{[tomcat]deps}

[testenv:py27-tomcat]
basepython = python2.7
deps =
{[testenv:py27]deps}
{[tomcat]deps}

[testenv:py33-tomcat]
basepython = python3.3
deps =
{[base]deps}
{[tomcat]deps}

0 comments on commit 02e7b65

Please sign in to comment.