diff hgext/evolve.py @ 1516:c4f8a2916e43

tests: run test with 3.6 and apply test change Tested with 3.4, 3.5 and 3.6. Some minor test update had to be done.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 30 Oct 2015 15:48:13 +0000
parents 9729fdcc1fab
children a1f239a93c94
line wrap: on
line diff
--- a/hgext/evolve.py	Fri Oct 30 16:04:37 2015 +0000
+++ b/hgext/evolve.py	Fri Oct 30 15:48:13 2015 +0000
@@ -20,7 +20,7 @@
 '''
 
 __version__ = '5.2.0'
-testedwith = '3.3.3 3.4.1'
+testedwith = '3.4.3 3.5.2 3.6'
 buglink = 'http://bz.selenic.com/'