projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bcc4a1
)
Add Travis CI config.
author
Joshua Roesslein
<jroesslein@gmail.com>
Thu, 8 Nov 2012 03:37:33 +0000
(19:37 -0800)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Thu, 8 Nov 2012 03:37:33 +0000
(19:37 -0800)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
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"
+