Skip to content

Commit

Permalink
Merge 1aa719b into 7a849b0
Browse files Browse the repository at this point in the history
  • Loading branch information
posborne committed Jun 5, 2015
2 parents 7a849b0 + 1aa719b commit 10f01c7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# ---Choose Your Languages---
# To disable analysis for a certain language, set the language to `false`.
# For help setting your languages:
# http://docs.codeclimate.com/article/169-configuring-analysis-languages
#
languages:
Ruby: false
Javascript: false
PHP: false
Python: true

#
# ---Exclude Files or Directories---
# List the files or directories you would like excluded from analysis.
# For help setting your exclude paths:
# http://docs.codeclimate.com/article/166-excluding-files-folders
#
exclude_paths:
- wva/test/**
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Python WVA Library
==================

[![Build Status](https://img.shields.io/travis/digidotcom/python-wvalib.svg)](https://travis-ci.org/digidotcom/python-wvalib)
[![Coverage Status](https://img.shields.io/coveralls/digidotcom/python-wvalib.svg)](https://coveralls.io/r/digidotcom/python-wvalib)
[![Code Climate](https://img.shields.io/codeclimate/github/digidotcom/python-wvalib.svg)](https://codeclimate.com/github/digidotcom/python-wvalib)
[![Latest Version](https://img.shields.io/pypi/v/wva.svg)](https://pypi.python.org/pypi/wva/)
[![License](https://img.shields.io/badge/license-MPL%202.0-blue.svg)](https://github.com/digidotcom/python-wvalib/blob/master/LICENSE)

Expand Down
4 changes: 1 addition & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ nose
tox
mock
sphinx

# coveralls requires a version >=3.6,<3.999
coverage==3.7.1
coverage

# HTTPPretty has issues with python 3.4.{1,2} in version 0.8.8
# See http://stackoverflow.com/questions/29298455/httpretty-test-hanging-on-travis
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
envlist = py27,py32,py33,py34,pypy

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps=
-rdev-requirements.txt
commands=nosetests

[testenv:coverage]
deps=
{[testenv]deps}
coveralls
python-coveralls
commands =
coverage run --branch --omit={envdir}/* {envbindir}/nosetests
coveralls

0 comments on commit 10f01c7

Please sign in to comment.