Skip to content

Commit

Permalink
Merge pull request #74 from dhellmann/check-python-versions
Browse files Browse the repository at this point in the history
add check-python-versions to pkglint
  • Loading branch information
mergify[bot] committed Jul 16, 2022
2 parents 74fed3c + 2761f57 commit e0e6935
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ test =
pytest-cov>=2.6.1
fixtures
flake8
testtools
docs =
Sphinx
reno
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ commands =
[testenv:pkglint]
deps=
twine
check-python-versions
commands=
python setup.py sdist
twine check dist/*.tar.gz
check-python-versions --only setup.py,setup.cfg,.github/workflows/test.yml

0 comments on commit e0e6935

Please sign in to comment.