Skip to content

Commit fb3a4c8

Browse files
authored
fix(ci): Use pytest-django dev for django dev (#792)
1 parent 0f9984a commit fb3a4c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ deps =
8282
{py2.7,py3.7,py3.8}-django-{1.11,2.2,3.0,3.1,dev}: psycopg2-binary
8383

8484
django-{1.6,1.7,1.8}: pytest-django<3.0
85-
django-{1.9,1.10,1.11,2.0,2.1,2.2,3.0,3.1,dev}: pytest-django>=3.0
85+
django-{1.9,1.10,1.11,2.0,2.1,2.2,3.0,3.1}: pytest-django>=3.0
86+
django-dev: git+https://github.com/pytest-dev/pytest-django#egg=pytest-django
8687

8788
django-1.6: Django>=1.6,<1.7
8889
django-1.7: Django>=1.7,<1.8

0 commit comments

Comments
 (0)