Skip to content

Commit

Permalink
Merge pull request #722 from Metaswitch/mock26
Browse files Browse the repository at this point in the history
Pin mock and coverage versions.
  • Loading branch information
matthewdupre committed Jul 13, 2015
2 parents 387381e + cd02edc commit 8478524
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ envlist = py26, py27, pypy
[testenv]
deps =
nose
mock
coverage>=4.0a5
mock==1.0.1
coverage==4.0a5
unittest2
git+https://github.com/Metaswitch/python-etcd.git@3f14a002c9a75df3242de3d81a91a2e6bd32c5a8#egg=python-etcd
commands=nosetests --with-coverage
Expand All @@ -16,8 +16,8 @@ commands=nosetests --with-coverage
commands=nosetests calico/felix/test calico/test
deps =
nose
mock
coverage>=4.0a5
mock==1.0.1
coverage==4.0a5
unittest2
git+https://github.com/Metaswitch/python-etcd.git@3f14a002c9a75df3242de3d81a91a2e6bd32c5a8#egg=python-etcd
git+https://github.com/surfly/gevent.git#egg=gevent
gevent>=1.1a2

0 comments on commit 8478524

Please sign in to comment.