changeset 9b411823f02b in modules/account_invoice_secondary_unit:default
details:
https://hg.tryton.org/modules/account_invoice_secondary_unit?cmd=changeset&node=9b411823f02b
description:
Add default value for CI env
issue10455
review332961002
diffstat:
tox.ini | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (9 lines):
diff -r 85d2d14d8b41 -r 9b411823f02b tox.ini
--- a/tox.ini Mon May 03 15:51:08 2021 +0200
+++ b/tox.ini Sun Jul 04 17:54:46 2021 +0200
@@ -12,4 +12,4 @@
postgresql: TRYTOND_DATABASE_URI={env:POSTGRESQL_URI:postgresql://}
sqlite: DB_NAME={env:SQLITE_NAME::memory:}
postgresql: DB_NAME={env:POSTGRESQL_NAME:test}
-install_command = pip install --pre --find-links
https://trydevpi.tryton.org/?local_version={env:CI_JOB_ID:{env:CI_BUILD_NUMBER}.{env:CI_JOB_NUMBER}}
{opts} {packages}
+install_command = pip install --pre --find-links
https://trydevpi.tryton.org/?local_version={env:CI_JOB_ID:{env:CI_BUILD_NUMBER:}.{env:CI_JOB_NUMBER:}}
{opts} {packages}