Mercurial > hgsubversion
changeset 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 | adba152a5177 |
children | fb0f1b22550e |
files | hgsubversion/__init__.py tox.ini |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgsubversion/__init__.py +++ b/hgsubversion/__init__.py @@ -15,7 +15,7 @@ details. For more information and instructions, see :hg:`help subversion`. ''' -testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3' +testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4' import os import sys
--- 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}