Files @ 1284b2eaade6
Branch filter:

Location: kallithea/tox.ini

Marcin Kuzminski
skip failures for two tests in validators
[tox]
envlist = py25,py26,py27

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

[testenv:py27]
commands =
    nosetests