Add Makefile targets to run all or selected tests against a
MySQL or Postgres Docker container. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
6
mayan/settings/testing/docker/base.py
Normal file
6
mayan/settings/testing/docker/base.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from ..base import * # NOQA
|
||||
|
||||
SIGNATURES_GPG_PATH = '/usr/bin/gpg1'
|
||||
|
||||
Reference in New Issue
Block a user