Skip to content

Commit f802167

Browse files
committed
Adapt pytest call
1 parent 2ca9f49 commit f802167

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
@@ -18,7 +18,7 @@ install:
1818

1919
# command to run tests
2020
script:
21-
- pytest --cov=windpowerlib --cov-config .coveragerc
21+
- pytest --cov --cov-config .coveragerc
2222

2323
after_success:
2424
- coveralls

0 commit comments

Comments
 (0)