Skip to content

Commit

Permalink
Update version of pytest in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Dec 14, 2015
1 parent b3fadb1 commit c2deeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ envlist = py{26,27,33,34,py,py3}-pytest{27,28}
passenv = DISPLAY
deps =
pytest27: pytest==2.7.3
pytest28: pytest==2.8.3
pytest28: pytest==2.8.5
commands = py.test -v -r fEsxXw -m 'not (chrome or phantomjs)' {posargs}

[testenv:docs]
Expand Down

0 comments on commit c2deeb6

Please sign in to comment.