changeset 57:95b5ba2cd363

Testing with 4.0, dropping testing with 2.6
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sun, 13 Nov 2016 12:32:39 +0100
parents 1015f8eaa5ea
children 35d3c8ef6fe9
files mercurial_all_paths.py tox.ini
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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] <outgoing options>')),
 }
 
-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'
--- 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 =