tox: do not restrain psycopg2 version

This commit is contained in:
Benjamin Dauvergne 2018-05-01 10:39:07 +02:00
parent f06900ead4
commit 918c50b91a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ deps =
pip > 9
dj18: django>1.8,<1.9
dj19: django>1.8,<1.9
pg: psycopg2<2.7
pg: psycopg2
coverage
pytest-cov
pytest-django