From d2cc2014c5c73f90787cb837f9efb01dd40f2331 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Thu, 8 Nov 2012 23:11:29 -0800 Subject: [PATCH] Enable TweepyErrorTests in CI builds. [ci skip] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.25.1