Ignore pricing rule for Travis
diff --git a/erpnext/accounts/report/sales_payment_summary/test_sales_payment_summary.py b/erpnext/accounts/report/sales_payment_summary/test_sales_payment_summary.py
index 9b9711f..8cabf6e 100644
--- a/erpnext/accounts/report/sales_payment_summary/test_sales_payment_summary.py
+++ b/erpnext/accounts/report/sales_payment_summary/test_sales_payment_summary.py
@@ -24,6 +24,7 @@
 		for invoice in si[:2]:
 			doc = frappe.get_doc("Sales Invoice", invoice.name)
 			new_doc = frappe.copy_doc(doc)
+			new_doc.ignore_pricing_rule = 1
 			new_doc.insert()
 			new_doc.submit()
 			try: