Skip to content

Commit

Permalink
remove unecessary python versions in template/tox.ini (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Aug 1, 2023
1 parent 0594013 commit 859cf00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions {{cookiecutter.project_slug}}/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py38,lint
envlist = py38,lint,docs
skipsdist = True
requires = setuptools >= 47.1

Expand All @@ -14,13 +14,11 @@ commands = coverage erase
coverage report -m

[testenv:lint]
basepython=python3.8
deps=pylint
{[testenv]deps}
commands=pylint --rcfile=tests/pylintrc {{ cookiecutter.pkg_name }}

[testenv:docs]
basepython=python3.8
changedir = docs
deps=-rrequirements-docs.txt
commands = sphinx-build -M html . build
Expand Down

0 comments on commit 859cf00

Please sign in to comment.