Skip to content

Commit

Permalink
Merge pull request #21 from keitaroinc/fix-badges-ckan-2.8
Browse files Browse the repository at this point in the history
Fix badges
  • Loading branch information
blazhovsky committed Jan 18, 2021
2 parents c11b2ff + 0524e7d commit 2c28a16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
these badges work. The necessary Travis and Coverage config files have been
generated for you.
.. image:: https://travis-ci.com/keitaroinc/ckanext-saml2auth.svg?branch=initial-implementation
.. image:: https://travis-ci.com/keitaroinc/ckanext-saml2auth.svg?branch=ckan-2.8
:target: https://travis-ci.com/keitaroinc/ckanext-saml2auth

.. image:: https://coveralls.io/repos/github/keitaroinc/ckanext-saml2auth/badge.svg?branch=initial-implementation
:target: https://coveralls.io/github/keitaroinc/ckanext-saml2auth?branch=initial-implementation
.. image:: https://coveralls.io/repos/github/keitaroinc/ckanext-saml2auth/badge.svg?branch=ckan-2.8
:target: https://coveralls.io/github/keitaroinc/ckanext-saml2auth?branch=ckan-2.8

.. image:: https://img.shields.io/badge/python-3.8-blue.svg
.. image:: https://img.shields.io/badge/python-2.7-blue.svg
:target: https://www.python.org/downloads/release/python-384/


Expand Down
2 changes: 1 addition & 1 deletion bin/travis-run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e

nosetests --ckan --with-pylons=subdir/test.ini ckanext/saml2auth/tests
nosetests --ckan --with-pylons=subdir/test.ini --with-coverage --cover-package=ckanext ckanext/saml2auth/tests
flake8 . --count --max-complexity=10 --max-line-length=127 --statistics --exclude ckan

0 comments on commit 2c28a16

Please sign in to comment.