Skip to content

Commit

Permalink
Merge pull request #50 from dhellmann/fix-python-requires
Browse files Browse the repository at this point in the history
fix python_requires
  • Loading branch information
dhellmann authored Jun 12, 2020
2 parents 19e945c + ed671ff commit 3f358ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ matrix:
python: 3.8
- env: BUILD=linter
python: 3.8
- env: BUILD=pkglint
python: 3.8

# travis pre-installs some packages that may conflict with our test
# dependencies, so remove them before we set ourselves up. Also
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ author = Doug Hellmann
author-email = [email protected]
summary = Sphinx spelling extension
home-page = https://github.com/sphinx-contrib/spelling
python_requires = >=3.5
classifier =
Development Status :: 4 - Beta
Environment :: Console
Expand Down
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ setenv =
commands =
flake8 sphinxcontrib setup.py

[testenv:pkglint]
deps=
twine
commands=
python setup.py sdist
twine check dist/*.tar.gz

[flake8]
show-source = True
exclude = .tox,dist,doc,*.egg,build
Expand Down

0 comments on commit 3f358ef

Please sign in to comment.