Files @ a90f8f33adeb
Branch filter:

Location: kallithea/tox.ini

Andrew Shadura
pygrack: add missing author and copyright information

This module is based on code from git_http_backend.py,
adapted and integrated by Marcin Kuźmiński.

The protocol request handling comes from Daniel, the
rest of the code seems to come from Marcin.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    pytest: pytest
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}