view tox.ini @ 5564:21f80c6cdf0c

js: wrap repo_switcher setup code in $(document).ready Without wrapping in a function, some variables were made global, such as cache, format, visual_show_public_icon.
author Takumi IINO <trot.thunder@gmail.com>
date Sun, 25 Oct 2015 18:32:18 +0000
parents 768989c595aa
children 6a83b399bb3c
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py{26,27}-{pytest,nose}

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