diff tox.ini @ 1579:4830089aee58

hgsubversion: add 4.7 to list of supported mercurial The tox.ini changes were authored by Augie Fackler.
author Pulkit Goyal <pulkit@yandex-team.ru>
date Fri, 03 Aug 2018 19:53:57 +0530
parents 6afe15125065
children bd61c929f9bb
line wrap: on
line diff
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = hg37,hg38,hg39,hg40,hg41,hg42,hg43,hg44,hg45,hg46
+envlist = hg37,hg38,hg39,hg40,hg41,hg42,hg43,hg44,hg45,hg46,hg47
 
 [testenv]
 deps=
@@ -14,5 +14,6 @@ deps=
     hg44: Mercurial==4.4.2
     hg45: Mercurial==4.5.2
     hg46: Mercurial==4.6
+    hg47: Mercurial==4.7
     subvertpy
 commands=nosetests {posargs}