Skip to content

Commit 307ff6f

Browse files
authored
Merge pull request #3 from esecules/esecules-refactor1
Finished refactoring
2 parents 9b0e246 + f0e16cc commit 307ff6f

9 files changed

Lines changed: 303 additions & 143 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*~
2+
*#
23
*.pyc
3-
consumer_oauth.json
4-
*.pkl
54
*bank*

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: python
22
python:
3-
- "2.7"
4-
# command to install dependencies
5-
install: "pip install -r setup/requirements.txt"
6-
# command to run tests
7-
script: "cd test; nosetests"
3+
- '2.7'
4+
install: pip install -r setup/requirements.txt
5+
script: cd test; nosetests
6+
before_install:
7+
- openssl aes-256-cbc -K $encrypted_2931867a4314_key -iv $encrypted_2931867a4314_iv
8+
-in test/oauth_client.pkl.enc -out test/oauth_client.pkl -d

src/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*~
2+
*.pyc
3+
consumer_oauth.json
4+
*.pkl
5+
*bank*

0 commit comments

Comments
 (0)