Run flake8 with tox and pipenv

master
Tristan Gosselin-Hane 6 years ago
parent 1e0ef1426f
commit b2cf991f5b
No known key found for this signature in database
GPG Key ID: D2282BE1CF7B78DA
  1. 2
      .flake8
  2. 12
      tox.ini

@ -1,2 +0,0 @@
[flake8]
ignore = E501

@ -0,0 +1,12 @@
[tox]
envlist = flake8
[flake8]
max-line-length = 120
[testenv:flake8]
deps =
pipenv
commands =
pipenv install --dev
flake8
Loading…
Cancel
Save