Skip to content

Commit

Permalink
Merge pull request #9 from joalla/ci-and-coverage
Browse files Browse the repository at this point in the history
Fixed travis file for CI + coverage
  • Loading branch information
alifhughes committed Jun 16, 2020
2 parents 04d1f4c + 95ce3d3 commit c64e7cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.egg-info
dist/
.DS_Store
.mypy_cache
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand All @@ -11,3 +10,7 @@ script:
- nosetests --with-coverage --cover-package=discogs_client
after_success:
- coveralls
matrix:
include:
- python: 3.3
dist: trusty
4 changes: 2 additions & 2 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ python3-discogs-client enables you to query the Discogs database (discogs.com) t

Find usage information on this README page or search and ask in the API section of the Discogs developer forum at https://www.discogs.com/forum/topic/1082.

[![Build Status](https://travis-ci.org/discogs/discogs_client.png?branch=master)](https://travis-ci.org/discogs/discogs_client)
[![Coverage Status](https://coveralls.io/repos/discogs/discogs_client/badge.png)](https://coveralls.io/r/discogs/discogs_client)
[![Build Status](https://travis-ci.org/joalla/discogs_client.svg?branch=master)](https://travis-ci.org/joalla/discogs_client)
[![Coverage Status](https://coveralls.io/repos/github/joalla/discogs_client/badge.svg)](https://coveralls.io/github/joalla/discogs_client)

## Installation

Expand Down

0 comments on commit c64e7cf

Please sign in to comment.