We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52250d commit 7d6d8faCopy full SHA for 7d6d8fa
2 files changed
.env.enc
0 Bytes
.travis.yml
@@ -7,10 +7,11 @@ python:
7
- '3.6'
8
cache: pip
9
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'
+- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_6e98b3e8e789_key -iv $encrypted_6e98b3e8e789_iv -in .env.enc -out .env -d || true'
12
install: pip install tox-travis
13
-script: tox
+script:
+- pip install -U python-dotenv
14
+- tox
15
before_deploy:
16
- pip install -r requirements.txt
17
- pip install -r requirements-dev.txt
0 commit comments