Skip to content

Commit

Permalink
Fix (failing test) following changes in Invokej
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Oct 30, 2017
1 parent bced893 commit 652ae80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ def tests_run(ctx):
tests.add_task(tests_createdb, 'createdb')
tests.add_task(tests_dropdb, 'dropdb')
tests.add_task(tests_prepare, 'prepare')
tests.add_task(tests_prepare_config, 'prepare_config')
tests.add_task(tests_prepare_config, 'prepare-config')
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deps =
whitelist_externals = echo
commands =
invoke tests.prepare --version={envname}
invoke tests.prepare_config --version={envname} --source={env:SOURCE_CONFIG_FILE} --target={env:OPENERP_SERVER}
invoke tests.prepare-config --version={envname} --source={env:SOURCE_CONFIG_FILE} --target={env:OPENERP_SERVER}
invoke tests.createdb --version={envname}
py.test {posargs}

Expand All @@ -27,7 +27,7 @@ deps =
whitelist_externals = echo
commands =
invoke tests.prepare --version={envname}
invoke tests.prepare_config --version={envname} --source={env:SOURCE_CONFIG_FILE} --target={env:OPENERP_SERVER}
invoke tests.prepare-config --version={envname} --source={env:SOURCE_CONFIG_FILE} --target={env:OPENERP_SERVER}
invoke tests.createdb --version={envname}
py.test {posargs}

Expand Down

0 comments on commit 652ae80

Please sign in to comment.