tox.ini: remove limitation on psycopg2 versions (to work with pg 10.4)

This commit is contained in:
Benjamin Dauvergne 2018-06-29 16:11:47 +02:00
parent deebd83a60
commit 38cc81860e
1 changed files with 1 additions and 1 deletions

View File

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