Add Travis CI config.
authorJoshua Roesslein <jroesslein@gmail.com>
Thu, 8 Nov 2012 03:37:33 +0000 (19:37 -0800)
committerJoshua Roesslein <jroesslein@gmail.com>
Thu, 8 Nov 2012 03:37:33 +0000 (19:37 -0800)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..7220e78
--- /dev/null
@@ -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"
+