Skip to content

Commit

Permalink
adjustments - tox
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Aug 24, 2017
1 parent 350fab6 commit 2eb6e87
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ envlist = py27,py33,py34,py35,py36,flake8,bandit,readme
skip_missing_interpreters=true

[testenv]
commands = mcc
setenv=
TERM = xterm-256color
commands = mccl

# Linters
[testenv:flake8]
Expand All @@ -16,7 +18,7 @@ deps =
flake8
commands =
flake8 mcc/ setup.py
flake8 mcc --radon-max-cc=5
flake8 mcc --radon-max-cc=8

[testenv:pylint]
basepython = python3.5
Expand Down Expand Up @@ -95,4 +97,4 @@ ignore = D400

[bandit]
exclude: /test
tests: B101,B102,B103,B104,B105,B106,B107,B108,B109,B110,B111,B112,B201,B301,B302,B303,B304,B305,B306,B308,B309,B310,B311,B312,B313,B314,B315,B316,B317,B318,B319,B320,B321,B322,B401,B402,B403,B405,B406,B407,B408,B409,B410,B411,B412,B501,B502,B503,B504,B505,B506,B601,B603,B604,B605,B606,B607,B608,B609,B701,B702
tests: B101,B102,B103,B104,B105,B106,B107,B108,B109,B110,B111,B112,B201,B301,B302,B303,B304,B305,B306,B308,B309,B310,B311,B312,B313,B314,B315,B316,B317,B318,B319,B320,B321,B322,B401,B402,B403,B405,B406,B407,B408,B409,B410,B411,B412,B501,B502,B503,B504,B505,B506,B601,B603,B605,B606,B607,B608,B609,B701,B702

0 comments on commit 2eb6e87

Please sign in to comment.