Files @ 411cd8fba253
Branch filter:

Location: kallithea/tox.ini

Marcin Kuzminski
added dummy revision 6 for db upgrade
[tox]
envlist = py25,py26,py27

[testenv:py25]
commands =
    nosetests
    
[testenv:py26]
commands =
    nosetests

[testenv:py27]
commands =
    nosetests