run coverage w/ pipenv

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-17 11:36:54 -04:00
parent c3ecb825c4
commit d552132464
+1 -1
View File
@@ -48,4 +48,4 @@ test_script:
- "C:\\MinGW\\bin\\mingw32-make coverage"
on_success:
- "codecov -f coverage.xml"
- "pipenv run codecov -f coverage.xml"