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

Skip to content

Commit 7ebbb74

Browse files
author
Kotsias, Panagiotis-Christos
committed
Changed script args
1 parent bab57bc commit 7ebbb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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-
- bash run_tests.sh
16+
- coverage run -m unittest discover && coverage report -m
1717
- bash <(curl -s https://codecov.io/bash)
1818
env:
1919
global:

0 commit comments

Comments
 (0)