Files @ 380d6d86da1f
Branch filter:

Location: kallithea/tox.ini

Marcin Kuzminski
Added option to swap the db connection uri based on ENV TEST_DB string
[tox]
envlist = py25,py26,py27

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

[testenv:py27]
commands =
    nosetests