Mercurial > hgsubversion
changeset 1499:60690af283e5
tox: add more hg versions for testing
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sun, 12 Feb 2017 17:01:36 -0500 |
parents | cf82df69b794 |
children | f75c1d112793 |
files | tox.ini |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = hg28,hg30,hg31,hg32,hg33,hg34,hg35,hg36,hg37,hg38 +envlist = hg28,hg30,hg31,hg32,hg33,hg34,hg35,hg36,hg37,hg38,hg39,hg40,hg41 [testenv] deps= @@ -14,5 +14,8 @@ deps= hg36: Mercurial==3.6.3 hg37: Mercurial==3.7.3 hg38: Mercurial==3.8.3 + hg39: Mercurial==3.8.3 + hg40: Mercurial==4.0.2 + hg41: Mercurial==4.1 subvertpy commands=nosetests {posargs}