1
0
mirror of https://github.com/bspeice/metrik synced 2024-09-20 17:51:31 -04:00

Fix install path for the encrypted settings

This commit is contained in:
Bradlee Speice 2016-08-24 17:48:08 -04:00
parent 0d249af584
commit 6e50cd5540

View File

@ -11,7 +11,7 @@ services:
before_install:
- export TZ=America/New_York
# Encrypted .metrik.enc file contains credentials for services that are behind OAuth, etc.
- openssl aes-256-cbc -K $encrypted_4cca49abdb96_key -iv $encrypted_4cca49abdb96_iv -in .metrik.enc -out ~\/.metrik -d
- openssl aes-256-cbc -K $encrypted_4cca49abdb96_key -iv $encrypted_4cca49abdb96_iv -in .metrik.enc -out ~/.metrik -d
install: pip install -r requirements.txt
script: python setup.py test