Skip to content

Commit

Permalink
Support coveralls for repo and ensure reports are uploaded via travis
Browse files Browse the repository at this point in the history
Also ignore virtualenv directories for flake/tests
  • Loading branch information
abought authored and felliott committed May 26, 2017
1 parent 9d6810d commit 753bdd2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ before_cache:

notifications:
flowdock: 9f8a6baf3feafdb62e515718698d06d0

after_success:
coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[![Documentation Status](https://readthedocs.org/projects/waterbutler/badge/?version=latest)](http://waterbutler.readthedocs.org/en/latest/?badge=latest)
[![Code Climate](https://codeclimate.com/github/CenterForOpenScience/waterbutler/badges/gpa.svg)](https://codeclimate.com/github/CenterForOpenScience/waterbutler)
[![Coverage Status](https://coveralls.io/repos/github/CenterForOpenScience/waterbutler/badge.svg)](https://coveralls.io/github/CenterForOpenScience/waterbutler)

`master` Build Status: [![Build Status](https://travis-ci.org/CenterForOpenScience/waterbutler.svg?branch=master)](https://travis-ci.org/CenterForOpenScience/waterbutler)

Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ pyflakes
pytest==2.8.2
pytest-asyncio==0.3.0
pytest-cov==2.2.0
python-coveralls
redis
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[flake8]
ignore = E501,E731,E127,E128
max-line-length = 100
exclude = .ropeproject,tests/*,src/*
exclude = .ropeproject,tests/*,src/*,env, venv

0 comments on commit 753bdd2

Please sign in to comment.