Skip to content

Commit

Permalink
Coverage setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wohlgejm committed Feb 21, 2016
1 parent 7ebf67c commit 24d672e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
.tox/
.ropeproject
.cache
.coverage
.coveralls.yml
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
=================================
Accountable - a Jira CLI (Alpha)
=================================
.. image:: https://travis-ci.org/wohlgejm/accountable.svg?branch=master
:target: https://travis-ci.org/wohlgejm/accountable
.. image:: https://coveralls.io/repos/github/wohlgejm/accountable/badge.svg?branch=master :target: https://coveralls.io/github/wohlgejm/accountable?branch=master

Never leave the command line to update a ticket again!

Expand Down
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist = py{27,34}

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
basepython =
py27: python2.7
py34: python3.4
Expand All @@ -10,11 +11,13 @@ deps =
flake8
pyaml
check-manifest
coveralls
pytest-cov
commands =
check-manifest --ignore tox.ini,tests*
flake8 .
py.test tests

py.test tests --cov accountable
coveralls
whitelist_externals =
make
/bin/bash
Expand Down

0 comments on commit 24d672e

Please sign in to comment.