[Travis] add linting via pyflakes

See #889, See #770
This commit is contained in:
MinchinWeb 2020-04-11 11:01:51 -06:00
parent 9215dc5692
commit 20f74e0851
5 changed files with 15 additions and 2 deletions

View file

@ -35,6 +35,7 @@ behave = "^1.2"
mkdocs = "^1.0"
flake8 = "^3.7"
black = {version = "^19.10b0",allow-prereleases = true}
pyflakes = "^2.1.0"
[tool.poetry.scripts]
jrnl = 'jrnl.cli:run'