Skip to content

Commit

Permalink
Re-add coveralls support as part of tox
Browse files Browse the repository at this point in the history
  • Loading branch information
infothrill committed Jul 1, 2017
1 parent 70f5ba6 commit 23792b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.rst
Expand Up @@ -4,15 +4,16 @@ Dyndnsc - dynamic dns update client
.. image:: https://travis-ci.org/infothrill/python-dyndnsc.svg?branch=develop
:target: https://travis-ci.org/infothrill/python-dyndnsc

.. image:: https://coveralls.io/repos/infothrill/python-dyndnsc/badge.png?branch=develop
.. image:: https://img.shields.io/coveralls/infothrill/python-dyndnsc/develop.svg
:target: https://coveralls.io/r/infothrill/python-dyndnsc?branch=develop
:alt: Code coverage

.. image:: https://img.shields.io/pypi/v/dyndnsc.svg
:target: https://pypi.python.org/pypi/dyndnsc/

.. image:: https://requires.io/github/infothrill/python-dyndnsc/requirements.png?branch=develop
:target: https://requires.io/github/infothrill/python-dyndnsc/requirements/?branch=develop
:alt: Requirements Status
.. image:: https://img.shields.io/requires/github/infothrill/python-dyndnsc.svg
:target: https://requires.io/github/infothrill/python-dyndnsc/requirements/?branch=develop
:alt: Requirements Status

*Dyndnsc* is a command line client for sending updates to dynamic
dns (ddns, dyndns) services. It supports multiple protocols and services,
Expand Down
8 changes: 5 additions & 3 deletions tox.ini
@@ -1,16 +1,18 @@
# Tox (http://tox.testrun.org/)

[tox]
minversion = 1.8
minversion = 2.0
envlist = pypy, py26, py27, py32, py33, py34, py35, py36, docs
skipsdist=True

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps = -rrequirements.txt
commands = {envpython} setup.py test
coveralls
commands = coverage run --source dyndnsc setup.py test
coveralls

[testenv:docs]
#changedir=docs
basepython=python3.6
whitelist_externals = cd
deps = -rdocs/requirements.txt
Expand Down

0 comments on commit 23792b8

Please sign in to comment.