Migrate to version 3.4

This commit is contained in:
Sergi Almacellas Abellana 2014-11-05 11:33:33 +01:00
parent 7f8d6a8aac
commit e3f24fd91a
3 changed files with 5 additions and 3 deletions

View File

@ -1 +1,2 @@
Version 3.4.0 - 2014-11-03
* Initial release

View File

@ -4,7 +4,8 @@
import unittest
import doctest
import trytond.tests.test_tryton
from trytond.tests.test_tryton import test_view, test_depends, doctest_dropdb
from trytond.tests.test_tryton import test_view, test_depends
from trytond.tests.test_tryton import doctest_setup, doctest_teardown
class TestCase(unittest.TestCase):
@ -26,6 +27,6 @@ def suite():
suite = trytond.tests.test_tryton.suite()
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(TestCase))
suite.addTests(doctest.DocFileSuite('scenario_sale_goal.rst',
setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
setUp=doctest_setup, tearDown=doctest_teardown, encoding='utf-8',
optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
return suite

View File

@ -1,5 +1,5 @@
[tryton]
version=3.2.0
version=3.4.0
depends:
sale
analytic_account