Skip to content

Commit

Permalink
Changed description format for PyPI, allowing failures on travis nigh…
Browse files Browse the repository at this point in the history
…tly and pypi3
  • Loading branch information
blackandred committed Jun 26, 2019
1 parent f29fe6f commit 9381ca0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "nightly"
- "pypy3"
sudo: true
allow_failures:
- "nightly"
- "pypy3"

before_script:
- sudo apt-get update -y
Expand Down
7 changes: 7 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
InfraCheck
==========

Health check system designed to be easy to extend by not enforcing the programming language.
A single health check unit (let we call it later just 'check') can be written even in BASH.

Read more in the documentation at: https://readthedocs.org/projects/infracheck/badge/?version=latest
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author = RiotKit Collective
author_email = marek_andrzejczak@riseup.net
summary = KISS healthcheck implemented in Python and Bash
license = MIT
description-file = README.md
description-file = DESCRIPTION.md
description-content-type = text/markdown; charset=UTF-8
home-page = https://github.com/riotkit-org/infracheck
python_requires = >=3.5
Expand Down

0 comments on commit 9381ca0

Please sign in to comment.