Mercurial > python-hglib
changeset 210:513ebe91dc72
tox: add more Mercurial versions
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 11 Dec 2019 09:39:53 -0500 |
parents | 522cefa8cb45 |
children | 1a318162f06f |
files | tox.ini |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tox.ini Thu May 23 12:42:50 2019 -0400 +++ b/tox.ini Wed Dec 11 09:39:53 2019 -0500 @@ -17,6 +17,8 @@ hg47: Mercurial==4.7.2 hg48: Mercurial==4.8.2 hg49: Mercurial==4.9.1 - hg50: Mercurial==5.0 + hg50: Mercurial==5.0.2 + hg51: Mercurial==5.1.2 + hg52: Mercurial==5.2.1 commands=nosetests {posargs}