Files @ 544aa933aea7
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
e-mail: add trivial test case

Add a first trivial e-mail test, new tests to be added in subsequent
commits.
[tox]
envlist = py{26,27}-{pytest,nose}

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