From: Joshua Roesslein Date: Thu, 8 Nov 2012 03:37:33 +0000 (-0800) Subject: Add Travis CI config. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=034aee7aa55992e21e0f7e916ac50c0ca4d21440;p=tweepy.git Add Travis CI config. --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7220e78 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: python +python: + - "2.5" + - "2.6" + - "2.7" +script: nosetests -v tests:TweepyAPITests tests:TweepyCursorTests tests:TweepyCacheTests +env: + - TWITTER_USERNAME="tweepytest" + - CONSUMER_KEY="cjgm143dG9adHpiB4BsoQ" + - CONSUMER_SECRET="SpKzSXf16fEQ3AZtiRy8PkGOOgTSmL3Cdmh7o0D8" + - ACCESS_KEY="82301637-v1wF1jWd7oa2ZFsIDUNlPKSpTdJ6f8dIMz1Zwmy58" + - ACCESS_SECRET="21oUZmKWYuv7PZTcj13UFpPlmh7HD6glR8yayrOgg8" +