1
0
Fork 0
forked from github/pelican

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
pytest
pytest-cov
coveralls
pygments==2.1.3
commands =
{envpython} --version
pytest -sv --cov=pelican pelican
- coveralls
[testenv:docs]
basepython = python3.6