Skip to content

Commit

Permalink
Update version of twine and use twine check.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsroten committed Oct 26, 2018
1 parent e94362e commit 317e67e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -7,6 +7,7 @@ Version TBD
(released on TBD)

* Run tests on Python 3.7.
* Use twine check during packaging tests.

Version 1.1.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -7,4 +7,4 @@ pytest==3.0.7
pytest-cov==2.4.0
Sphinx==1.5.5
tox==2.7.0
twine==1.8.1
twine==1.12.1
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -38,6 +38,7 @@ def open_file(filename):
include_package_data=True,
description='Helpers for building command-line apps',
long_description=readme,
long_description_content_type='text/x-rst',
install_requires=[
'configobj >= 5.0.5',
'tabulate[widechars] >= 0.8.2',
Expand Down
7 changes: 5 additions & 2 deletions tox.ini
Expand Up @@ -34,10 +34,13 @@ commands =
[testenv:packaging]
deps =
check-manifest
readme_renderer
readme_renderer[md]
-r{toxinidir}/requirements-dev.txt
commands =
check-manifest
./setup.py check -m -r -s
./setup.py sdist
twine check dist/*
./setup.py check -m -s

[testenv:cov-init]
setenv =
Expand Down

0 comments on commit 317e67e

Please sign in to comment.