Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e4febf

Browse files
committed
Testing encrypted env var
1 parent7c66be5 commit6e4febf

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

‎.travis.yml‎

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
language:python
22
python:
3-
-"3.8"
3+
-'3.8'
44
before_install:
5-
-wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
6-
-bash miniconda.sh -b -p $HOME/miniconda
7-
-source "$HOME/miniconda/etc/profile.d/conda.sh"
8-
-export PATH=/home/travis/miniconda/bin:$PATH
9-
-conda update -q conda -y
10-
-conda info -a
5+
-wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
6+
-bash miniconda.sh -b -p $HOME/miniconda
7+
-source "$HOME/miniconda/etc/profile.d/conda.sh"
8+
-export PATH=/home/travis/miniconda/bin:$PATH
9+
-conda update -q conda -y
10+
-conda info -a
1111
install:
12-
-conda env create -f env.yml
13-
-conda activate etherscan-python
14-
-pip install .
12+
-conda env create -f env.yml
13+
-conda activate etherscan-python
14+
-pip install .
1515
script:
16-
-bash run_tests.sh
17-
-bash <(curl -s https://codecov.io/bash)
16+
-echo $API_KEY
17+
# - bash run_tests.sh
18+
# - bash <(curl -s https://codecov.io/bash)
19+
env:
20+
global:
21+
secure:Rh7BwB//DOAr/QqqZNNi6rDOFqw2CAhGmDX/7np5M0/ulyZDbVb+dQnPjB5dZAD3sH818Aw48FG6wODzXQ2p93/k8DQeI+1dSEClR2zeu8cQz/dAxEr8yv+t7ufQId5IsexHRyv7WEfLoVI8bncD+X/eN6GMMbga103FTRpqwGffWvRw9dRycHmUt6W3ERsCXPk5gO8Cwd/lf/4HnrvjGN7POr9iSq8p9EHS1av5gNM1dzZSWmwevQo4T4NWt7kO56WAPTTQYPCnvjGGzTTirGzzHs3sF4XT3yATRNdlGJD8cfhbNhabj+XqVuDiWeLZRrIRp4erX+CSblrVyvdCVGFGQdg0nIUWMD6LF608KeXzOSG6lp3S5vegGeGflkCGYy5gl7Z6L5uqYpXLMFmZ8m8rEK1jX+t2PqN9a1jDx7Ta4WEOziP3RBCCMqsu9/ZpsOvcE/zcm1F+I9Y6k70Ek/t1Kj8aW7M65WtH7OUzLAylneWVg3NL74tPkLgy5E6k4/ojFV0l++DA2zQA1pUSbXwOhpq2Nsk7yBUQLh02u3fkLcZqa1EceWhj6oDYSjEWbKYtKXkx5O/HWJxiRe2Wpae+VAXp6Z79F2zJzrGGmkWrakjHylHTT6IiH6XsbEeZHQe796zXoI01K1eCaf76VNIbFrCmOa5RMaaKCvxB4J8=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp