view tox.ini @ 5048:b13a1062ea9c

pullrequest overview: fix 'my pullrequests' overview Commit bd4f453a0055 fixed the pager links on pullrequest overviews, but broke the 'my pull requests' page due to insufficient testing and incomplete Python understanding.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Tue, 21 Apr 2015 09:05:24 +0200
parents 9c5e6984bd0e
children 5c8c77b7ca56
line wrap: on
line source

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

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