From b001fec05768d4ae8ffc878cbdc77765d79958ef Mon Sep 17 00:00:00 2001 From: GLolol Date: Fri, 14 Nov 2014 19:25:05 -0800 Subject: [PATCH 1/2] .travis.yml: don't build the pr/* (pull request) branches, since they don't have travis set up --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 57143cd..9992949 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +22,6 @@ matrix: - python: "3.3" - python: "pypy" - python: "pypy3" +branches: + except: + - /^pr\/.*$/ From 8c4fd6554ef5cb9b0b4e935a3299aa971ebb9817 Mon Sep 17 00:00:00 2001 From: GLolol Date: Tue, 18 Nov 2014 14:54:52 -0800 Subject: [PATCH 2/2] Update readme [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 21610d9..e88883f 100644 --- a/README.md +++ b/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.