We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3567d commit 0629959Copy full SHA for 0629959
1 file changed
.travis.yml
@@ -82,7 +82,7 @@ install:
82
83
# Command to run tests
84
script:
85
- - python -m pytest --cov pylibjpeg-libjpeg
+ - python -m pytest --cov libjpeg
86
87
after_success:
88
# Upload coverage results to codecov.io
0 commit comments