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 bab57bc commit 7ebbb74Copy full SHA for 7ebbb74
.travis.yml
@@ -13,7 +13,7 @@ install:
13
- conda activate etherscan-python
14
- pip install .
15
script:
16
-- bash run_tests.sh
+- coverage run -m unittest discover && coverage report -m
17
- bash <(curl -s https://codecov.io/bash)
18
env:
19
global:
0 commit comments