Commit 2a10db68 authored by nimrod's avatar nimrod
Browse files

- Moved flake8 settings from tox.ini to setup.cfg (in case of moving away from

  Tox).
- Misunderstood setup.py aliases, removed test alias.
parent c1358ac3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
[bdist_wheel]
universal=1

[aliases]
test=tox
[flake8]
exclude = .tox,*.egg,build,data
select = E,W,F
+0 −4
Original line number Diff line number Diff line
@@ -13,7 +13,3 @@ commands =
    check-manifest --ignore tox.ini,tests*
    python setup.py check -m -r -s
    flake8 .

[flake8]
exclude = .tox,*.egg,build,data
select = E,W,F