Skip to content
Snippets Groups Projects

Add gitlab CI

Merged Sergi Almacellas Abellana requested to merge topic/default/add-gitlab-ci into branch/default
+ 3
2
@@ -55,7 +55,8 @@
DB_CACHE: /tmp
TRYTOND_DATABASE_URI: sqlite://
script:
- python3 -m unittest discover -s trytond
- python3 -m unittest discover -vv -f -s trytond.tests
- python3 -m unittest discover -vv -f -s trytond.modules -p test_module.py
parallel:
matrix:
- SERIES: ["6.4", "6.6"]
@@ -63,7 +64,7 @@
test-run:
extends: test
script:
- python3 -m trytond.tests.run-tests -m
- python3 -m trytond.tests.run-tests -vv -f -m --no-doctest
parallel:
matrix:
- SERIES: ["5.0", "6.0"]
Loading