Skip to content

Commit

Permalink
update tox for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwest committed Dec 23, 2016
1 parent 9488ca1 commit b12093e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions todotxt_machine/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def autosave():
timer = threading.Timer(30.0, autosave)
timer.start()


timer = threading.Timer(30.0, autosave)


Expand Down Expand Up @@ -190,5 +191,6 @@ def main():

exit(0)


if __name__ == '__main__':
main()
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commands=py.test

[testenv:flake8]
deps = flake8
commands = flake8
commands = flake8 todotxt_machine

[tox:travis]
2.7 = py27
Expand Down

0 comments on commit b12093e

Please sign in to comment.