From c6f290f87198cec1b0aa18bd552ef7945f93fb4c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 18 Feb 2013 07:41:07 -0500 Subject: [PATCH] swc-installation-test-2.py: Add 'EasyMercurial' Chris Cannam just released v1.3.0 which adds a --version option for easy version testing [1]. [1]: https://bitbucket.org/cannam/easyhg/issue/1/teach-easymercurial-the-version-option --- setup/swc-installation-test-2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/swc-installation-test-2.py b/setup/swc-installation-test-2.py index 59f02d1..5cf01f7 100755 --- a/setup/swc-installation-test-2.py +++ b/setup/swc-installation-test-2.py @@ -67,6 +67,7 @@ CHECKS = [ 'git', 'hg', # Command line tool #'mercurial', # Python package + 'EasyMercurial', # Build tools and packaging 'make', 'virtual-pypi-installer', @@ -378,6 +379,7 @@ for command,long_name,minimum_version in [ ('zsh', 'Z Shell', None), ('git', 'Git', (1, 7, 0)), ('hg', 'Mercurial', (2, 0, 0)), + ('EasyMercurial', None, (1, 3)), ('pip', None, None), ('sqlite3', 'SQLite 3', None), ('nosetests', 'Nose', (1, 0, 0)), -- 2.26.2