##// END OF EJS Templates
pullrequest overview: fix 'my pullrequests' overview...
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.

File last commit:

r5017:9c5e6984 default
r5048:b13a1062 default
Show More
tox.ini
12 lines | 195 B | text/x-ini | IniLexer
[tox]
envlist = py{26,27}-{pytest,nose}
[testenv]
setenv =
PYTHONHASHSEED = 0
deps =
nose: nose
pytest: pytest
commands =
nose: nosetests {posargs}
pytest: py.test {posargs}