From 71fb5c20956e1b440fa26fb82f473e10f7ee94f2 Mon Sep 17 00:00:00 2001 From: Chris Down Date: Sun, 29 Sep 2019 10:46:43 +0100 Subject: [PATCH] Revert "coveralls: Temporarily disable due to 500s" This reverts commit 1f635dd9c5420c399a0359c13cd7a50e8919813c. --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 0a3843c..dba1b8c 100644 --- a/tox.ini +++ b/tox.ini @@ -19,8 +19,7 @@ deps = commands = coverage erase nosetests -v --with-coverage --cover-branches --cover-package=srt - # Readd after 500s go away - # coveralls + coveralls [testenv:pylint] skipsdist = True