Skip to content

Commit 7d6d8fa

Browse files
fix(Travis): update encrypted file
1 parent c52250d commit 7d6d8fa

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.env.enc

0 Bytes
Binary file not shown.

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ python:
77
- '3.6'
88
cache: pip
99
before_install:
10-
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_cebf25e6c525_key
11-
-iv $encrypted_cebf25e6c525_iv -in .env.enc -out .env -d || true'
10+
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_6e98b3e8e789_key -iv $encrypted_6e98b3e8e789_iv -in .env.enc -out .env -d || true'
1211
install: pip install tox-travis
13-
script: tox
12+
script:
13+
- pip install -U python-dotenv
14+
- tox
1415
before_deploy:
1516
- pip install -r requirements.txt
1617
- pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)