gh-40 Enable debug for TravisCI

This commit is contained in:
Jaisen Mathai 2016-09-13 20:35:28 -07:00
parent 6d273a221f
commit 94af83029e
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ install:
before_script:
- "mkdir ~/.elodie"
- "sed 's/your-api-key-goes-here/x8wQLqGhW7qK3sFpjYtVTogVtoMK0S8s/g' config.ini-sample > ~/.elodie/config.ini"
- "sed -i.bak 's/debug = False/debug = True/g' elodie/constants.py"
# Get exiftool 10.20 installed
- "export ELODIE_DIR=${PWD}"
- "wget http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-10.20.tar.gz"