Skip to content

Commit

Permalink
add tox with flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunde committed Dec 13, 2018
1 parent 0856d68 commit 23c56d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.tox/

dist/
leap_year.egg-info/
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tox]
envlist = flake8


[testenv:flake8]
deps = flake8
commands = flake8

0 comments on commit 23c56d9

Please sign in to comment.