[deployment] select .env according to env var
This commit is contained in:
parent
3fdc60d9e5
commit
ecd80c291a
5 changed files with 17 additions and 15 deletions
|
|
@ -15,7 +15,8 @@ authors = [
|
|||
pythonpath = "."
|
||||
python_files = [
|
||||
"test_*.py",
|
||||
"tests.py"
|
||||
"tests.py",
|
||||
"config/test.py",
|
||||
]
|
||||
addopts = [
|
||||
"--create-db",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue