Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e4b073

Browse files
committed
Testing env var
1 parent 6e4febf commit 5e4b073

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.temp/evince_var.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import os
2+
print(os.environ["API_KEY"])

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- conda activate etherscan-python
1414
- pip install .
1515
script:
16-
- echo $API_KEY
16+
- python .temp/evince_var.py
1717
# - bash run_tests.sh
1818
# - bash <(curl -s https://codecov.io/bash)
1919
env:

0 commit comments

Comments
 (0)