tox.ini: use psycopg2-binary instead of psycopg2

This commit is contained in:
Benjamin Dauvergne 2018-12-06 16:38:17 +01:00
parent 07d1fc82b1
commit 32418d2e87
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ deps =
dj18: django-tables2<1.1
dj111: django<2.0
dj111: django-tables<2.0
pg: psycopg2
pg: psycopg2-binary
coverage
pytest-cov
pytest-django