Switch Tox test runner from Nose to Pytest

This commit is contained in:
Justin Mayer 2019-11-11 13:51:25 -08:00
commit dad376e0db

View file

@ -11,14 +11,14 @@ passenv = *
usedevelop=True usedevelop=True
deps = deps =
-rrequirements/test.pip -rrequirements/test.pip
nose pytest
nose-cov pytest-cov
coveralls coveralls
pygments==2.1.3 pygments==2.1.3
commands = commands =
{envpython} --version {envpython} --version
nosetests -sv --with-coverage --cover-package=pelican pelican pytest -sv --cov=pelican pelican
- coveralls - coveralls
[testenv:docs] [testenv:docs]