Merge remote-tracking branch 'lastfm/devel'

This commit is contained in:
GLolol 2014-11-18 17:59:24 -08:00
commit 09d3a4b5f6
2 changed files with 5 additions and 0 deletions

View File

@ -22,3 +22,6 @@ matrix:
- python: "3.3"
- python: "pypy"
- python: "pypy3"
branches:
except:
- /^pr\/.*$/

View File

@ -4,6 +4,8 @@ supybot-lastfm (GLolol's fork)
[![Build Status](https://travis-ci.org/GLolol/supybot-lastfm.svg?branch=devel)](https://travis-ci.org/GLolol/supybot-lastfm)
A plugin for Supybot that displays various information about LastFM IDs on IRC.
**This version of the plugin depends on Beautiful Soup 4 and lxml for parsing! (This may change in the future).**
### Changes made in this fork:
- Native Python 3 support.