Files @ 01273e4f8d63
Branch filter:

Location: kallithea/tox.ini

Marcin Kuzminski
Updated codemirror script
[tox]
envlist = py25,py26,py27

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

[testenv:py27]
commands =
    nosetests