Skip to content

Commit

Permalink
Adding coveralls and requirements badges
Browse files Browse the repository at this point in the history
  • Loading branch information
adback03 committed Feb 11, 2018
1 parent e8f3bef commit 721f7fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
21 changes: 10 additions & 11 deletions .travis.yml
Expand Up @@ -3,21 +3,20 @@

# Licensed under the MIT license:
# http://www.opensource.org/licenses/MIT-license
# Copyright (c) 2018, Andrew Backes <backes.andrew@gmail.com>
# Copyright (c) 2016, Andrew Backes <backes.andrew@gmail.com>

env:
global:
- CC_TEST_REPORTER_ID=edf3a98d1595fac700d2674f20a66251fd43a7c73b49e232e63530c16b9e3b37
language: python

python:
- "3.6"

install:
# install python requirements
- make setup
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build

script:
- make test
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
# run tests
- make test

after_success:
- coveralls
3 changes: 2 additions & 1 deletion README.md
@@ -1,8 +1,9 @@
# Elder Scrolls: Legends SDK

[![Build Status](https://travis-ci.org/ElderScrollsLegends/elder-scrolls-legends-sdk-python.svg?branch=master)](https://travis-ci.org/ElderScrollsLegends/elder-scrolls-legends-sdk-python)
[![Requirements Status](https://requires.io/github/ElderScrollsLegends/elder-scrolls-legends-sdk-python/requirements.svg?branch=master)](https://requires.io/github/ElderScrollsLegends/elder-scrolls-legends-sdk-python/requirements/?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/ef27076576eb0104d265/maintainability)](https://codeclimate.com/github/ElderScrollsLegends/elder-scrolls-legends-sdk-python/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/ef27076576eb0104d265/test_coverage)](https://codeclimate.com/github/ElderScrollsLegends/elder-scrolls-legends-sdk-python/test_coverage)
[![Coverage Status](https://coveralls.io/repos/github/ElderScrollsLegends/elder-scrolls-legends-sdk-python/badge.svg?branch=master)](https://coveralls.io/github/ElderScrollsLegends/elder-scrolls-legends-sdk-python?branch=master)

This is the Elder Scrolls: Legends SDK Python implementation. It is a wrapper around the Elder Scrolls: Legends API of [https://elderscrollslegends.io](https://elderscrollslegends.io/).

Expand Down

0 comments on commit 721f7fd

Please sign in to comment.