Skip to content

Commit 6c01a5b

Browse files
committed
Update pytest call
1 parent 0f7d9b4 commit 6c01a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ python:
77
- "3.8"
88

99
script:
10-
- coverage run -m pytest
10+
- pytest --cov=./
1111

1212
after_success:
13-
- codecov
13+
- bash <(curl -s https://codecov.io/bash)
1414

1515
before_install:
1616
- pip install --upgrade pip

0 commit comments

Comments
 (0)