Skip to content

Commit

Permalink
Add local settings for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbn committed Sep 4, 2013
1 parent 9d7db96 commit 32bbc42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ install:
before_script:
- ln -s /usr/lib/python2.7/dist-packages/PySide /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/PySide -v
- ln -s /usr/lib/python2.7/dist-packages/dbus /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/dbus -v
- cp tests/settings/ci_local.py tests/settings/local.py
script:
- nosetests
5 changes: 5 additions & 0 deletions tests/settings/ci_local.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
HOST = 'sandbox.evernote.com'
CONSUMER_KEY = 'nvbn-1422'
CONSUMER_SECRET = 'c17c0979d0054310'
DB_PATH = ':memory:'
TOKEN = 'S=s1:U=6604d:E=145758f3852:C=13e1dde0c54:P=1cd:A=en-devtoken:V=2:H=d2b720cdb06c99a105f937e669ebfc67'

0 comments on commit 32bbc42

Please sign in to comment.