mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
Move flake8 2 out of the way
This commit is contained in:
parent
62a7cca512
commit
784a70dd0e
22 changed files with 0 additions and 0 deletions
40
tox.ini
40
tox.ini
|
|
@ -1,40 +0,0 @@
|
|||
[tox]
|
||||
minversion = 1.6
|
||||
envlist =
|
||||
py26,py27,py33,py34,py27-flake8,py34-flake8
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
deps =
|
||||
mock
|
||||
nose
|
||||
commands =
|
||||
python setup.py test -q
|
||||
python setup.py flake8
|
||||
nosetests flake8.tests._test_warnings
|
||||
|
||||
[testenv:py27-flake8]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
flake8
|
||||
commands = flake8 {posargs} flake8/
|
||||
|
||||
[testenv:py34-flake8]
|
||||
basepython = python3.4
|
||||
deps =
|
||||
flake8
|
||||
commands = flake8 {posargs} flake8/
|
||||
|
||||
[testenv:release]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
twine >= 1.5.0
|
||||
wheel
|
||||
commands =
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload --skip-existing {posargs} dist/*
|
||||
|
||||
[flake8]
|
||||
select = E,F,W
|
||||
max_line_length = 79
|
||||
exclude = .git,.tox,dist,docs,*egg
|
||||
Loading…
Add table
Add a link
Reference in a new issue