diff options
author | James Socol <james@mozilla.com> | 2012-07-23 13:52:43 -0400 |
---|---|---|
committer | James Socol <james@mozilla.com> | 2012-07-23 13:53:30 -0400 |
commit | 02aa919356e9cfb69aded7fdb9f13d160e92c217 (patch) | |
tree | 4d2403424fa346dbfe830be46714d087dcada3bf /tox.ini | |
parent | 4473edae02ac841b1eb54810f94d3b6886dd0194 (diff) | |
download | pystatsd-02aa919356e9cfb69aded7fdb9f13d160e92c217.tar.gz |
Pin requirements versions.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,9 +3,9 @@ envlist = py25,py26,py27,pypy,py32 [testenv] deps= - mock==0.8 - nose - coverage + mock==1.0b1 + nose==1.1.2 + coverage==3.5.2 commands= nosetests statsd --with-coverage --cover-package=statsd [] |