view tox.ini @ 5188:6db5d95c2d21

routing: remove dysfunctional route to pullrequest copy_update Commit d42d7b2a3b2fec0cbf8380a22f4dd96fc836f5c5 refactored the pullrequest update functionality, making the route 'pullrequest_copy_update' redundant, but forgot to remove that route.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Wed, 17 Jun 2015 13:24:00 +0200
parents 8c1258f69892
children 768989c595aa
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}