Skip to content

Commit

Permalink
Merge pull request #4 from kbairak/pipe_chains
Browse files Browse the repository at this point in the history
Pipe chains and changes to interface
  • Loading branch information
Konstantinos Bairaktaris authored Feb 16, 2021
2 parents 554ec16 + beafed7 commit 3e26732
Show file tree
Hide file tree
Showing 10 changed files with 793 additions and 571 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 3e26732

Please sign in to comment.