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 5a71159 commit d36db2fCopy full SHA for d36db2f
.travis.yml
@@ -13,5 +13,7 @@ install:
13
- conda activate etherscan-python
14
- pip install .
15
script:
16
- - bash run_tests.sh
17
- - bash <(curl -s https://codecov.io/bash)
+ - echo SECRET
+ - echo $secrets.EMPTY_SECRET
18
+ #- bash run_tests.sh
19
+ #- bash <(curl -s https://codecov.io/bash)
0 commit comments