diff --git a/LastFM/.travis.yml b/LastFM/.travis.yml index 57143cd..9992949 100644 --- a/LastFM/.travis.yml +++ b/LastFM/.travis.yml @@ -22,3 +22,6 @@ matrix: - python: "3.3" - python: "pypy" - python: "pypy3" +branches: + except: + - /^pr\/.*$/ diff --git a/LastFM/README.md b/LastFM/README.md index 21610d9..e88883f 100644 --- a/LastFM/README.md +++ b/LastFM/README.md @@ -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.