summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2015-01-25 05:30:37 -0500
committerJohn Szakmeister <john@szakmeister.net>2015-01-25 09:12:17 -0500
commit78acce7cdf9911c0e1c85c44dad371a983840082 (patch)
treea0b83ec9695a6217e14d0ce1a61d580ccdd758b8
parente2b1749024d26bb2b5f7c4644dca57b6e899600a (diff)
downloadnose-78acce7cdf9911c0e1c85c44dad371a983840082.tar.gz
Don't use coverage 4.0 alphas for now.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 76214d9..b4ffd6c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ whitelist_externals=
make
[testenv]
-deps= coverage >=3.3
+deps= coverage >= 3.3, < 4.0a0
commands=
python selftest.py []