Skip to content

Commit ac6069b

Browse files
committed
Try coverage instead of pytest
1 parent 6eea0ba commit ac6069b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ install:
1818

1919
# command to run tests
2020
script:
21-
- pytest --cov --cov-config .coveragerc
21+
- coverage run --rcfile=.coveragerc --source windpowerlib -m py.test
22+
- coverage report
2223

2324
after_success:
2425
- coveralls

0 commit comments

Comments
 (0)