Skip to content

Commit

Permalink
Add landscape.io and requires.io integration to quipucords. Closes #759.
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Feb 16, 2018
1 parent 4c9f969 commit 5e55133
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .landscape.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
pep8:
full: true
doc-warnings: true
test-warnings: false
uses:
- django
autodetect: true
requirements:
- requirements.txt
- dev-requirements.txt
ignore-paths:
- docs
- deploy
- client
- rel-eng
- roles
ignore-patterns:
- ^tests*\.py$
- (^|/)docs(/|$)
python-targets:
- 3
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
:target: https://travis-ci.org/quipucords/quipucords
.. image:: https://coveralls.io/repos/github/quipucords/quipucords/badge.svg?branch=master
:target: https://coveralls.io/github/quipucords/quipucords?branch=master
.. image:: https://landscape.io/github/quipucords/quipucords/master/landscape.svg?style=flat
:target: https://landscape.io/github/quipucords/quipucords/master
:alt: Code Health
.. image:: https://requires.io/github/quipucords/quipucords/requirements.svg?branch=master
:target: https://requires.io/github/quipucords/quipucords/requirements/?branch=master
:alt: Requirements Status
.. image:: https://readthedocs.org/projects/quipucords/badge/?version=latest
:alt: Documentation Status
:scale: 100%
Expand Down

0 comments on commit 5e55133

Please sign in to comment.