Skip to content

Commit 96d7cd8

Browse files
committed
Small fix
1 parent 13367e8 commit 96d7cd8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ python:
44
install:
55
- pip install -r requirements.txt
66
- pip install codecov
7+
- pip install pytest pytest-cov
78
script:
8-
- pytest
9-
- coverage run tests.py
9+
- pytest --cov=./
1010
after_success:
1111
- codecov
12-

0 commit comments

Comments
 (0)