1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
This commit is contained in:
Jakub Roztocil
2019-09-18 11:09:46 +02:00
parent a42b275ae2
commit 85da430d16
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -75,9 +75,9 @@ pycodestyle:
@echo
coveralls:
which coveralls || pip install python-coveralls
coveralls
codecov:
which codecov || pip install codecov
codecov
@echo