# HG changeset patch # User Marcin Kasperski # Date 1479036759 -3600 # Node ID 95b5ba2cd363a6d6c039e9e1a409a37f2d661c90 # Parent 1015f8eaa5eaf61b401db146c596e0da2be2a5cb Testing with 4.0, dropping testing with 2.6 diff -r 1015f8eaa5ea -r 95b5ba2cd363 mercurial_all_paths.py --- a/mercurial_all_paths.py Sun Sep 25 22:38:03 2016 +0200 +++ b/mercurial_all_paths.py Sun Nov 13 12:32:39 2016 +0100 @@ -155,5 +155,5 @@ _('[--group GROUP] [--ignore-errors] ')), } -testedwith = '2.7 2.9 3.0 3.3 3.6 3.7 3.8' +testedwith = '2.7 2.9 3.0 3.3 3.6 3.7 3.8 4.0' buglink = 'https://bitbucket.org/Mekk/mercurial-all_paths/issues' diff -r 1015f8eaa5ea -r 95b5ba2cd363 tox.ini --- a/tox.ini Sun Sep 25 22:38:03 2016 +0200 +++ b/tox.ini Sun Nov 13 12:32:39 2016 +0100 @@ -4,8 +4,8 @@ toxworkdir = {homedir}/.tox/work/mercurial/all_paths distshare = {homedir}/.tox/distshare skip_missing_interpreters = True -#envlist = {py26,py27}-hg{27,29,30,33,36,37} -envlist = {py26}-{hg27,hg29}, {py27}-hg{29,30,33,36,37,38} +; envlist = {py26}-{hg27,hg29}, {py27}-hg{29,30,33,36,37,38,40} +envlist = {py27}-hg{27,29,30,33,36,37,38,40} ; sync with testedwith in .py! [testenv] @@ -32,6 +32,7 @@ hg36: Mercurial>=3.6,<3.7 hg37: Mercurial>=3.7,<3.8 hg38: Mercurial>=3.8,<3.9 + hg40: Mercurial>=4.0,<4.1 commands = cram -v tests whitelist_externals =