Skip to content

Commit

Permalink
Add README to linters
Browse files Browse the repository at this point in the history
Add basepythons to dogfood and readme
  • Loading branch information
sigmavirus24 committed Jun 30, 2016
1 parent 8f53481 commit 6208a49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ commands = {posargs}

# Dogfood our current mastera version
[testenv:dogfood]
basepython = python3
skip_install = true
deps =
wheel
Expand Down Expand Up @@ -88,11 +89,13 @@ deps =
{[testenv:flake8]deps}
{[testenv:pylint]deps}
{[testenv:doc8]deps}
{[testenv:readme]deps}
{[testenv:bandit]deps}
commands =
{[testenv:flake8]commands}
{[testenv:pylint]commands}
{[testenv:doc8]commands}
{[testenv:readme]commands}
{[testenv:bandit]commands}

# Documentation
Expand All @@ -114,6 +117,7 @@ commands =
python -m http.server {posargs}

[testenv:readme]
basepython = python3
deps =
readme_renderer
commands =
Expand Down

0 comments on commit 6208a49

Please sign in to comment.