update convert_2to3_doctests from setup.py with correct filenames

This commit is contained in:
?ngel ?lvarez 2018-04-25 16:14:41 +02:00
parent 791b897564
commit 75e941b1c0
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ setup(name='%s_%s' % (PREFIX, MODULE),
tests_require=tests_require,
use_2to3=True,
convert_2to3_doctests=[
'tests/scenario_account_invoice_discount.rst',
'tests/scenario_account_invoice_information_uom.rst',
'tests/scenario_product_cost_plan.rst',
'tests/scenario_product_cost_plan_extras_depend.rst',
],
)