We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc5c0f commit ab20ba3Copy full SHA for ab20ba3
1 file changed
.travis.yml
@@ -5,4 +5,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 oauth_client.pkl.enc -out oauth_client.pkl -d
+ -in test/oauth_client.pkl.enc -out test/oauth_client.pkl -d
0 commit comments