pull/86/head
eric 2018-06-08 20:58:44 -04:00
parent 5846470b9a
commit b8d8cdedb6
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,7 +3,6 @@
*.log
settings/me.*
settings/keys/*
settings/keys/
*.dot
reports
ENV

View File

@ -16,7 +16,8 @@ before_install:
- sudo mkdir /var/log/django
- sudo chmod 777 /var/log/django
- mkdir ~/build/EbookFoundation/regluit/settings/keys/
- cp ~/build/EbookFoundation/regluit/settings/dummy/__init__.py - openssl aes-256-cbc -K $encrypted_56eb2b7cc527_key -iv $encrypted_56eb2b7cc527_iv -in ~/build/EbookFoundation/regluit/test/travis-host.py.enc -out ~/build/EbookFoundation/regluit/settings/keys/host.py -d
- cp ~/build/EbookFoundation/regluit/settings/dummy/__init__.py
- openssl aes-256-cbc -K $encrypted_56eb2b7cc527_key -iv $encrypted_56eb2b7cc527_iv -in ~/build/EbookFoundation/regluit/test/travis-host.py.enc -out ~/build/EbookFoundation/regluit/settings/keys/host.py -d
install:
- pip install -r requirements_versioned.pip