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