Remove Coveralls from Tox configuration

This commit is contained in:
Justin Mayer 2019-11-11 13:53:14 -08:00
commit c0df11ecb8

View file

@ -13,13 +13,11 @@ deps =
-rrequirements/test.pip -rrequirements/test.pip
pytest pytest
pytest-cov pytest-cov
coveralls
pygments==2.1.3 pygments==2.1.3
commands = commands =
{envpython} --version {envpython} --version
pytest -sv --cov=pelican pelican pytest -sv --cov=pelican pelican
- coveralls
[testenv:docs] [testenv:docs]
basepython = python3.6 basepython = python3.6