diff --git a/.drone.yml b/.drone.yml index fe43314..c70aad1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,9 @@ steps: commands: - pip install --no-cache-dir . - pip install --no-cache-dir pytest - - pytest -v -log_cli=True --log-cli-level=INFO tests \ No newline at end of file + - pytest -v -log_cli=True --log-cli-level=INFO tests + environment: + MONGO_USER: '' + MONGO_PASSWD: '' + MONGO_URI: '' + MONGO_USER: '' \ No newline at end of file