TESTS: add verbosity
This commit is contained in:
parent
0d00bd2322
commit
73fda600b3
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ update-dependencies:
|
|||
|
||||
test-debian: update-dependencies
|
||||
docker build -t jwilder/nginx-proxy:test ..
|
||||
pytest
|
||||
pytest -v
|
||||
|
||||
test-alpine: update-dependencies
|
||||
docker build -f ../Dockerfile.alpine -t jwilder/nginx-proxy:test ..
|
||||
pytest
|
||||
pytest -v
|
||||
|
||||
test: test-debian test-alpine
|
||||
|
|
Loading…
Reference in a new issue