Skip to content

Commit

Permalink
Fixed bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Click <tclick@alumni.ou.edu>
  • Loading branch information
tclick committed Jul 25, 2019
1 parent 19944e8 commit 10ae657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
major, minor = sys.version_info[:2]
if (major, minor) < (3, 6):
print(
f"dnapersist requires Python 3.6 or better. "
f"fluctmatch requires Python 3.6 or better. "
f"Python {major:d}.{minor:d} detected"
)
print("Please upgrade your version of Python.")
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ deps =
scipy
skip_install = true
commands =
coverage run -p src/dnapersist/cli.py
coverage run -p src/fluctmatch/cli.py
coverage combine --append
coverage report
coverage html
Expand Down

0 comments on commit 10ae657

Please sign in to comment.