Add README to linters

Add basepythons to dogfood and readme
This commit is contained in:
Ian Cordasco 2016-06-29 19:17:20 -05:00
parent 8f5348136f
commit 6208a4969b
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -16,6 +16,7 @@ commands = {posargs}
# Dogfood our current mastera version
[testenv:dogfood]
basepython = python3
skip_install = true
deps =
wheel
@ -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
@ -114,6 +117,7 @@ commands =
python -m http.server {posargs}
[testenv:readme]
basepython = python3
deps =
readme_renderer
commands =