Files @ 0ff919f1c283
Branch filter:

Location: kallithea/tox.ini - annotation

Marcin Kuzminski
Fixed sorting by data when using custom date format from settings
[tox]
envlist = py25,py26,py27

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

[testenv:py27]
commands =
    nosetests