diff --git a/.travis.yml b/.travis.yml index 50ec7f8..5b40262 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tests/settings/ci_local.py b/tests/settings/ci_local.py new file mode 100644 index 0000000..a626d52 --- /dev/null +++ b/tests/settings/ci_local.py @@ -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'