We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca9f49 commit f802167Copy full SHA for f802167
.travis.yml
@@ -18,7 +18,7 @@ install:
18
19
# command to run tests
20
script:
21
- - pytest --cov=windpowerlib --cov-config .coveragerc
+ - pytest --cov --cov-config .coveragerc
22
23
after_success:
24
- coveralls
0 commit comments