Files @ 0c461d0cb846
Branch filter:

Location: kallithea/tox.ini

Marcin Kuzminski
Remove beta tag build, it's now defined by 4th param in __version__
[tox]
envlist = py25,py26,py27

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

[testenv:py27]
commands =
    nosetests