view tox.ini @ 6318:2d216fd7d5a2

db: rename UserFollowing.follows_repo_id to follows_repository_id Since the relationship is 'follows_repository', rename the column to be 'follows_repository_id', not 'follows_repo_id'. This also makes the Python column name match the actual database column name. (The inconsistency dates back to early RhodeCode days.)
author Søren Løvborg <sorenl@unity3d.com>
date Mon, 19 Sep 2016 14:41:11 +0200
parents dd676fdeda0f
children ab30729c735c
line wrap: on
line source

[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}