Skip to content

Commit

Permalink
add py36-flake8 to tox (probably a better way to do this but for now …
Browse files Browse the repository at this point in the history
…this works)
  • Loading branch information
trbs committed Dec 9, 2017
1 parent b6951d3 commit e07e0d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Expand Up @@ -69,3 +69,8 @@ commands = flake8 django_extensions tests
deps =
flake8
commands = flake8 django_extensions tests

[testenv:py36-flake8]
deps =
flake8
commands = flake8 django_extensions tests

0 comments on commit e07e0d2

Please sign in to comment.