Files @ 23f8f477ed35
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
release: set version number to 0.2.9 to hint that it is a 0.3 rc

I don't trust the rc numbering system in kallithea/__init__.py and how it
interacts with pip versioning.
[tox]
minversion = 1.8
envlist = py{26,27}-{pytest,nose}

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    nose: nose
    pytest: pytest
commands =
    nose: nosetests {posargs}
    pytest: py.test {posargs}