mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove Coveralls from Tox configuration
This commit is contained in:
parent
dad376e0db
commit
c0df11ecb8
1 changed files with 0 additions and 2 deletions
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue