From 996f47d51b820552a742a5e5fd4c3893c5a99454 Mon Sep 17 00:00:00 2001 From: Peter VandeHaar Date: Fri, 7 Oct 2016 06:06:19 -0400 Subject: [PATCH] Ignore coverall failures (#283) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 97642fb4..28832560 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ deps = coveralls commands = nosetests --with-coverage --with-timer --cover-package=tqdm --ignore-files="tests_perf\.py" -d -v tqdm/ - coveralls + - coveralls [testenv:flake8] deps = flake8