From 7ec42bb7854527245383b4579de17077f75d85dc Mon Sep 17 00:00:00 2001 From: adelosa Date: Tue, 16 Aug 2016 20:20:19 +1000 Subject: [PATCH] Update tox versions and coverage badge --- README.rst | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ab5d2ed..1357294 100644 --- a/README.rst +++ b/README.rst @@ -8,8 +8,8 @@ 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 +.. image:: https://coveralls.io/repos/adelosa/mciutil/badge.svg?branch=develop&service=github + :target: https://coveralls.io/github/adelosa/mciutil?branch=develop Set of command line utilities to work with various MasterCard files. diff --git a/tox.ini b/tox.ini index 55a0bd8..a82e2af 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py34 +envlist = py26, py27, py35 [testenv] setenv =