Skip to content

Commit 14f4d85

Browse files
committed
Update tox dependency for pytest 2.9 to latest release
1 parent 7ccfcc7 commit 14f4d85

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
@@ -9,7 +9,7 @@ envlist = py{26,27,33,34,35,py,py3}-pytest{28,29}, flake8
99
[testenv]
1010
deps =
1111
pytest28: pytest==2.8.7 # rq.filter: >=2.8,<2.9
12-
pytest29: pytest==2.9.1
12+
pytest29: pytest==2.9.2
1313
pytest-localserver
1414
commands = py.test -v -r a {posargs}
1515

0 commit comments

Comments
 (0)