Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
[bdist_wheel]
universal=1
[aliases]
test=tox
[flake8]
exclude = .tox,*.egg,build,data
select = E,W,F
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment