diff tox.ini @ 1560:0099cf9a9a8b

testedwith: include hg 4.5 Fix up tox.ini as well.
author Augie Fackler <raf@durin42.com>
date Sat, 24 Mar 2018 17:17:36 -0400
parents 08ea19b989c3
children 6afe15125065
line wrap: on
line diff
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,8 @@ deps=
     hg40: Mercurial==4.0.2
     hg41: Mercurial==4.1.3
     hg42: Mercurial==4.2.2
-    hg43: Mercurial==4.3.1
-    hg44: Mercurial==4.4
+    hg43: Mercurial==4.3.3
+    hg44: Mercurial==4.4.2
+    hg45: Mercurial==4.5.2
     subvertpy
 commands=nosetests {posargs}