Skip to content

Commit

Permalink
Fix deprecation warning of
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-bagerard committed Jan 6, 2019
1 parent dbeb679 commit e6d486c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion {{cookiecutter.repo_name}}/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ commands =
deps =
docutils
check-manifest
twine
{%- if cookiecutter.linter == "flake8" %}
flake8
{%- else %}
Expand All @@ -97,7 +98,8 @@ deps =
isort
skip_install = true
commands =
python setup.py check --strict --metadata --restructuredtext
python setup.py sdist
twine check dist/*
check-manifest {toxinidir}
{%- if cookiecutter.linter == "flake8" %}
flake8 src tests setup.py
Expand Down

0 comments on commit e6d486c

Please sign in to comment.