diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-29 19:17:20 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-29 19:17:20 -0500 |
| commit | 6208a4969bdb35badcab700e0eb08a7c081a51f9 (patch) | |
| tree | e10104ed53f780bceb28e28f195f1bd6e860480b | |
| parent | 8f5348136fd3b828698fb21e2ac8d42025923ca7 (diff) | |
| download | flake8-6208a4969bdb35badcab700e0eb08a7c081a51f9.tar.gz | |
Add README to linters
Add basepythons to dogfood and readme
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = |
