From 0233a38f0b90cf2a830bdec3a50a16b43281cc5d Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Thu, 22 Dec 2016 22:00:44 +0100 Subject: [PATCH] Closes #996 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ec8ea941..fee61c05 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps = flake8 skip_install = True extras = None -commands = flake8 --max-line-length 119 bigchaindb +commands = flake8 --max-line-length 119 bigchaindb tests [testenv:docsroot] basepython = {[base]basepython}