Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Bairaktaris committed Feb 16, 2021
1 parent 888e69a commit beafed7
Show file tree
Hide file tree
Showing 7 changed files with 327 additions and 266 deletions.
4 changes: 2 additions & 2 deletions Makefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def covtest():


def html(covtest):
from pipepy import coverage, firefox
from pipepy import coverage, xdg_open
coverage.html()
firefox("htmlcov/index.html")()
xdg_open("htmlcov/index.html")()


def watchtest():
Expand Down
Loading

0 comments on commit beafed7

Please sign in to comment.