diff --git a/.travis.yml b/.travis.yml index 39f13af..6230bb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) diff --git a/requirements_dev.txt b/requirements_dev.txt index ac72043..133b5f2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,3 +1,4 @@ black flake8 +nose pytest-cov