1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-09-28 15:01:27 +02:00

TESTS: make pytest verbose by default

This commit is contained in:
Thomas LEVEIL 2017-02-14 03:01:35 +01:00
parent 9f26efdf86
commit 02f9e29a31
2 changed files with 3 additions and 3 deletions

@ -7,10 +7,10 @@ update-dependencies:
test-debian: update-dependencies
docker build -t jwilder/nginx-proxy:test ..
./test.sh -v
./test.sh
test-alpine: update-dependencies
docker build -f ../Dockerfile.alpine -t jwilder/nginx-proxy:test ..
./test.sh -v
./test.sh
test: test-debian test-alpine

@ -1,3 +1,3 @@
[pytest]
# disable the creation of the `.cache` folders
addopts = -p no:cacheprovider -r s
addopts = -p no:cacheprovider -r s -v