mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Switch Tox test runner from Nose to Pytest
This commit is contained in:
parent
2d232d15aa
commit
dad376e0db
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
|
@ -11,14 +11,14 @@ passenv = *
|
|||
usedevelop=True
|
||||
deps =
|
||||
-rrequirements/test.pip
|
||||
nose
|
||||
nose-cov
|
||||
pytest
|
||||
pytest-cov
|
||||
coveralls
|
||||
pygments==2.1.3
|
||||
|
||||
commands =
|
||||
{envpython} --version
|
||||
nosetests -sv --with-coverage --cover-package=pelican pelican
|
||||
pytest -sv --cov=pelican pelican
|
||||
- coveralls
|
||||
|
||||
[testenv:docs]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue