Files @ b8d7d1a51795
Branch filter:

Location: kallithea/tox.ini - annotation

domruf
tests: remove obsolete .travis.yml file

Travis has never been used for Kallithea and is unmaintained and probably
broken. For a starter, it requires hosting on GitHub...
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}