# HG changeset patch # User Augie Fackler # Date 1527370454 14400 # Node ID 6afe15125065faee151a7a0c62ff468bcd3a7d29 # Parent 4442a2f428436d32b83543ca2fdbaf0691381b5d tox: add hg 4.6 environment diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = hg37,hg38,hg39,hg40,hg41,hg42,hg43,hg44 +envlist = hg37,hg38,hg39,hg40,hg41,hg42,hg43,hg44,hg45,hg46 [testenv] deps= @@ -13,5 +13,6 @@ deps= hg43: Mercurial==4.3.3 hg44: Mercurial==4.4.2 hg45: Mercurial==4.5.2 + hg46: Mercurial==4.6 subvertpy commands=nosetests {posargs}