swc-installation-test-2.py: Add 'EasyMercurial'
authorW. Trevor King <wking@tremily.us>
Mon, 18 Feb 2013 12:41:07 +0000 (07:41 -0500)
committerW. Trevor King <wking@tremily.us>
Mon, 18 Feb 2013 12:41:07 +0000 (07:41 -0500)
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

index 59f02d1c6f2060ddd7c5787ae7331cec0bcb85bb..5cf01f78833a67d2ae9be05fdd6dbe846ec3404d 100755 (executable)
@@ -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)),