Skip to content

Commit ba77bf2

Browse files
committed
Use lighter postgres image for tests
1 parent af4cec2 commit ba77bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ passenv =
2121
GENTESTCSR
2222

2323
# Hint: quickly run a one-shot container with:
24-
# docker run --rm -e POSTGRES_PASSWORD=postgres -p 5432:5432 -it postgres
24+
# docker run --rm -e POSTGRES_PASSWORD=postgres -p 5432:5432 -it postgres:alpine
2525
[testenv:live]
2626
extras = dev, postgres
2727
commands = pytest -vv -m "live" {posargs}

0 commit comments

Comments
 (0)