Skip to content

Commit b828350

Browse files
authored
tox: use/allow for pytest 3.4 (#577)
1 parent e0f59db commit b828350

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.4
11+
pytest>=3.0,<3.5
1212
django-configurations==2.0
1313
pytest-xdist==1.15
1414
{env:_PYTESTDJANGO_TOX_EXTRA_DEPS:}

0 commit comments

Comments
 (0)