We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4116f9 commit 47b42a4Copy full SHA for 47b42a4
.travis.yml
@@ -7,16 +7,16 @@ cache: pip
7
matrix:
8
include:
9
- python: 3.5
10
- - python: 3.6
11
- - python: 3.7
12
- - python: 3.8
13
before_script:
14
- >-
15
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
16
&& openssl aes-256-cbc -K $encrypted_3c84dcdc6bbe_key -iv $encrypted_3c84dcdc6bbe_iv -in .env.enc -out .env -d
17
&& openssl aes-256-cbc -K $encrypted_16de86179301_key -iv $encrypted_16de86179301_iv -in .transit_env.enc -out .transit_env -d
18
&& openssl aes-256-cbc -K $encrypted_b4d7fa377f59_key -iv $encrypted_b4d7fa377f59_iv -in .dl_env.enc -out .dl_env -d
19
|| true
+ - python: 3.6
+ - python: 3.7
+ - python: 3.8
20
21
before_install:
22
- npm install npm@latest -g
0 commit comments