Skip to content

Commit 23a4261

Browse files
committed
update README linter
1 parent c3787f5 commit 23a4261

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
version='1.0',
2424
description='Common workflow language reference implementation',
2525
long_description=open(README).read(),
26+
long_description_content_type="text/x-rst",
2627
author='Common workflow language working group',
2728
author_email='[email protected]',
2829
url="https://github.com/common-workflow-language/cwltool",

tox.ini

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,14 @@ deps =
6161
pip==9.0.3
6262

6363
[testenv:py27-lint-readme]
64-
commands = python setup.py check -r -s
64+
commands =
65+
python setup.py sdist
66+
python setup.py bdist_wheel
67+
twine check dist/*
6568
deps =
66-
readme
69+
twine
70+
wheel
71+
readme_renderer[md]
6772

6873
[testenv:py27-pydocstyle]
6974
whitelist_externals = make

0 commit comments

Comments
 (0)