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 6e4febf commit 5e4b073Copy full SHA for 5e4b073
.temp/evince_var.py
@@ -0,0 +1,2 @@
1
+import os
2
+print(os.environ["API_KEY"])
.travis.yml
@@ -13,7 +13,7 @@ install:
13
- conda activate etherscan-python
14
- pip install .
15
script:
16
-- echo $API_KEY
+- python .temp/evince_var.py
17
# - bash run_tests.sh
18
# - bash <(curl -s https://codecov.io/bash)
19
env:
0 commit comments