Files @ 069e13b4dddc
Branch filter:

Location: kallithea/tox.ini

Marcin Kuzminski
removed %f from datetime formatting doesn't work on py25 :/
[tox]
envlist = py25,py26,py27

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

[testenv:py27]
commands =
    nosetests