* Remove generate tests and use static test yaml. Since there aren't any more variables in the test yaml, replace the shell script with a static YAML. * Print python version * Remove generate test step
11 lines
192 B
YAML
11 lines
192 B
YAML
version: '2'
|
|
|
|
services:
|
|
mailman-core:
|
|
image: maxking/mailman-core:rolling
|
|
|
|
mailman-web:
|
|
image: maxking/mailman-web:rolling
|
|
environment:
|
|
- SECRET_KEY=abcdefghijklmnopqrstuv
|