From: Joshua Roesslein Date: Fri, 9 Nov 2012 07:11:29 +0000 (-0800) Subject: Enable TweepyErrorTests in CI builds. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d2cc2014c5c73f90787cb837f9efb01dd40f2331;p=tweepy.git Enable TweepyErrorTests in CI builds. [ci skip] --- diff --git a/.travis.yml b/.travis.yml index 9ce0fbb..db3243d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "2.7" -script: nosetests -v tests:TweepyAPITests tests:TweepyCursorTests tests:TweepyCacheTests +script: nosetests -v tests:TweepyAPITests tests:TweepyCursorTests tests:TweepyCacheTests tests:TweepyErrorTests env: TWITTER_USERNAME="tweepytest" CONSUMER_KEY="cjgm143dG9adHpiB4BsoQ"