Skip to content

Commit

Permalink
Merge 06afa75 into 4084c5c
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Jul 30, 2020
2 parents 4084c5c + 06afa75 commit b56b86b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions {{cookiecutter.project_shortname}}/pytest.ini
Expand Up @@ -3,3 +3,4 @@
pep8ignore = docs/conf.py ALL
addopts = --pep8 --doctest-glob="*.rst" --doctest-modules --cov={{ cookiecutter.package_name }} --cov-report=term-missing --ignore=setup.py
testpaths = docs tests {{ cookiecutter.package_name }}
filterwarnings = ignore::pytest.PytestDeprecationWarning
2 changes: 1 addition & 1 deletion {{cookiecutter.project_shortname}}/run-tests.sh
Expand Up @@ -3,7 +3,7 @@

pipenv check && \
pipenv run pydocstyle {{ cookiecutter.package_name }} tests docs && \
pipenv run isort --check-only --diff && \
pipenv run isort {{ cookiecutter.package_name }} tests --check-only --diff && \
pipenv run check-manifest --ignore ".travis-*,docs/_build*" && \
pipenv run sphinx-build -qnNW docs docs/_build/html && \
pipenv run test

0 comments on commit b56b86b

Please sign in to comment.