view tox.ini @ 6431:d94e87f92a47

style: fix the CSS selector referring to the notification box The notification box is shown by a CSS rule with this selector: .dropdown.open .dropdown-menu However, since 8bd7a63, the selector :nav.navbar #quick li #quick_login" no longer refers to the same element. To make the notification box work correctly, refer to it using its class name, .dropdown-menu.
author Andrew Shadura <andrew@shadura.me>
date Wed, 11 Jan 2017 18:10:19 +0100
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}