Skip to content

Commit

Permalink
Fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alifhughes committed Jun 15, 2020
1 parent c56981d commit f342c96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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
3 changes: 0 additions & 3 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ 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)

## Installation

Install the client from PyPI using your favorite package manager.
Expand Down

0 comments on commit f342c96

Please sign in to comment.