Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from adelosa/feature/update-travis-ci-settings
Browse files Browse the repository at this point in the history
Feature/update travis ci settings
  • Loading branch information
adelosa committed Nov 11, 2015
2 parents 954de5c + 454571f commit 1167c50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Expand Up @@ -10,7 +10,15 @@ python:
- "pypy"

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt
install:
- "pip install coveralls"
- "pip install -r requirements.txt"

# command to run tests, e.g. python setup.py test
script: python setup.py test
script:
- python setup.py install
- coverage run --source=mciutil setup.py test

after_success:
- coveralls

3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -8,6 +8,9 @@ MasterCard file utilities
.. image:: https://img.shields.io/pypi/v/mciutil.svg
:target: https://pypi.python.org/pypi/mciutil

.. image:: https://coveralls.io/repos/adelosa/mciutil/badge.svg?branch=feature%2Fupdate-travis-ci-settings&service=github
:target: https://coveralls.io/github/adelosa/mciutil?branch=feature%2Fupdate-travis-ci-settings


Set of command line utilities to work with various MasterCard files.

Expand Down

0 comments on commit 1167c50

Please sign in to comment.