From 96211e74d6fddfec38651775ae76b9b40c673519 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 19 Jul 2013 23:29:29 -0400 Subject: [PATCH] Add python26 support Change-Id: I1e4b388135ce73f34ba594943c4ae7e5f2dadeba Signed-off-by: Paul Belanger --- tests/publishers/test_publishers.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/publishers/test_publishers.py b/tests/publishers/test_publishers.py index c372d51fc..8821ced1f 100644 --- a/tests/publishers/test_publishers.py +++ b/tests/publishers/test_publishers.py @@ -86,7 +86,7 @@ class TestCaseModulePublisher(TestWithScenarios): # Prettify generated XML pretty_xml = XmlJob(xml_project, 'fixturejob').output() - self.assertMultiLineEqual( + self.assertEqual( expected_xml, pretty_xml, 'Test inputs: %s, %s' % (self.yaml_filename, self.xml_filename) ) diff --git a/tox.ini b/tox.ini index 63848b125..fb26be478 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pep8, pyflakes, py27 +envlist = pep8, pyflakes, py26, py27 [tox:jenkins] downloadcache = ~/cache/pip