Mercurial > hgsubversion
diff tox.ini @ 1542:08ea19b989c3 1.9
testedwith: add hg 4.4
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 01 Nov 2017 22:37:11 -0400 |
parents | fb0652923435 |
children | 0099cf9a9a8b |
line wrap: on
line diff
--- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = hg37,hg38,hg39,hg40,hg41,hg42,hg43 +envlist = hg37,hg38,hg39,hg40,hg41,hg42,hg43,hg44 [testenv] deps= @@ -11,5 +11,6 @@ deps= hg41: Mercurial==4.1.3 hg42: Mercurial==4.2.2 hg43: Mercurial==4.3.1 + hg44: Mercurial==4.4 subvertpy commands=nosetests {posargs}