Skip to content

Commit 5da0935

Browse files
authored
tox.ini: allow for pytest 3.5 (#588)
1 parent b828350 commit 5da0935

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
@@ -8,7 +8,7 @@ envlist =
88

99
[testenv]
1010
deps =
11-
pytest>=3.0,<3.5
11+
pytest>=3.0,<3.6
1212
django-configurations==2.0
1313
pytest-xdist==1.15
1414
{env:_PYTESTDJANGO_TOX_EXTRA_DEPS:}

0 commit comments

Comments
 (0)