8000 fix: Install psycopg in py3.8-django · etherscan-io/sentry-python@e252a20 · GitHub
[go: up one dir, main page]

Skip to content

Commit e252a20

Browse files
committed
fix: Install psycopg in py3.8-django
1 parent 367190f commit e252a20

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
@@ -41,7 +41,7 @@ envlist =
4141
deps =
4242
-r test-requirements.txt
4343

44-
py{2.7,3.4,3.5,3.6,3.7}-django: psycopg2>=2.7.5
44+
py{2.7,3.4,3.5,3.6,3.7,3.8}-django: psycopg2>=2.7.5
4545

4646
django-{1.6,1.7,1.8}: pytest-django<3.0
4747
django-{1.9,1.10,1.11,2.0,2.1,dev}: pytest-django>=3.0

0 commit comments

Comments
 (0)
0