Remove generate tests and use static test yaml. (#515)
* 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
This commit is contained in:
10
tests/docker-test.yaml
Normal file
10
tests/docker-test.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
mailman-core:
|
||||
image: maxking/mailman-core:rolling
|
||||
|
||||
mailman-web:
|
||||
image: maxking/mailman-web:rolling
|
||||
environment:
|
||||
- SECRET_KEY=abcdefghijklmnopqrstuv
|
||||
Reference in New Issue
Block a user