summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 0fdf31c..42d4d59 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ envlist = py27, py35, style, docs
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/macaroonbakery
commands =
- nosetests {posargs:--quiet}
+ nosetests
deps =
-r{toxinidir}/test-requirements.txt
@@ -19,7 +19,7 @@ commands =
[testenv:lint]
usedevelop = True
-commands = flake8 --ignore E731 --show-source macaroonbakery
+commands = flake8 --show-source macaroonbakery --exclude macaroonbakery/internal/id_pb2.py
[testenv:docs]
changedir = docs