Skip to content

Commit

Permalink
Merge pull request #159 from bloomberg/seeker89-patch-1
Browse files Browse the repository at this point in the history
Work around the `text/markdown` support in setup.py
  • Loading branch information
seeker89 committed Sep 5, 2019
2 parents d6a1c60 + 916ad3e commit 0933e76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,10 @@ branches:
only:
- master
- /^\d+\.\d+\.\d+(-\S*)?$/

# install pandoc
before_install:
- sudo apt-get install pandoc

# command to install dependencies
install:
Expand All @@ -24,6 +28,7 @@ script:
- make build
- docker images
- docker run `make version` --help
- pandoc -s README.md -t rst -o README.md

# push images to DockerHub and PyPI on tags
deploy:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@ def read(fname):
license=read('LICENSE'),
description='PowerfulSeal - a powerful testing tool for Kubernetes clusters',
long_description=read('README.md'),
long_description_content_type="text/markdown",
#long_description_content_type="text/markdown",
install_requires=[
'ConfigArgParse>=0.11.0,<1',
'Flask>=1.0.0,<2',
Expand Down

0 comments on commit 0933e76

Please sign in to comment.