From 6574342b0f21171707d914e4ecea364ca066f977 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Sat, 8 Jun 2013 16:52:36 -0400 Subject: [PATCH] =?UTF-8?q?=E2=80=A6=20try=20this=20coveralls=20thing.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 ++ requirements.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a5992e1..32f631f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,5 @@ script: nosetests -v test_twython:TwythonAPITestCase test_twython:TwythonAuthTes install: pip install -r requirements.txt notifications: email: false +after_success: + - coveralls diff --git a/requirements.txt b/requirements.txt index 2c60242..6bfad9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ coverage==3.6.0 requests==1.2.2 requests_oauthlib==0.3.2 sphinxjp.themes.basicstrap==0.2.0 +coveralls==0.2