add nosetests

This commit is contained in:
Pawel Sikora 2021-04-29 22:59:04 +02:00
parent 63d816da1a
commit 25da96739b
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,6 @@ script:
- python setup.py install
- flake8 --max-line-length=120 --ignore=D101,D104,D212,D200,E203,W293,D412,W503 mkdocs_with_confluence/
- black --check --line-length=120 mkdocs_with_confluence/
- pytest --cov=mkdocs_with_confluence/
- nosetests --with-coverage
after_success:
- bash <(curl -s https://codecov.io/bash)

View File

@ -1,3 +1,4 @@
black
flake8
nose
pytest-cov