From c0df11ecb80f51d63dd33202fa059727a84d5c29 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 11 Nov 2019 13:53:14 -0800 Subject: [PATCH] Remove Coveralls from Tox configuration --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1c20b282..f975dd59 100644 --- a/tox.ini +++ b/tox.ini @@ -13,13 +13,11 @@ deps = -rrequirements/test.pip pytest pytest-cov - coveralls pygments==2.1.3 commands = {envpython} --version pytest -sv --cov=pelican pelican - - coveralls [testenv:docs] basepython = python3.6