Skip to content

Commit

Permalink
Update tox dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Mar 15, 2016
1 parent 417b197 commit 3213002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ envlist = py{26,27,33,34,35,py,py3}, coverage
[test]
basepython = python2.7
deps =
pytest==2.8.5
pytest==2.9.0
mock==1.3.0

[testenv]
Expand All @@ -22,7 +22,7 @@ passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps =
{[test]deps}
coveralls==1.1
pytest-cov==2.2.0
pytest-cov==2.2.1
commands =
py.test --cov {posargs}
coveralls
Expand Down

0 comments on commit 3213002

Please sign in to comment.