8000 Don't bother installing anything into the venv just to run flake8. · pyodide/sphinx-js@db3618e · GitHub
[go: up one dir, main page]

Skip to content

Commit db3618e

Browse files
committed
Don't bother installing anything into the venv just to run flake8.
I'd even avoid creating the venv if I could. Still, it's nice to have flake8 run by tox so local test runs automatically do linting.
1 parent ac3b929 commit db3618e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ commands = python setup.py test
77
[testenv:py36-flake]
88
# Pinned so new checks aren't added by surprise:
99
deps = flake8>=3.5,<3.6
10+
skip_install=True
1011
commands = flake8 sphinx_js
1112

1213
[flake8]

0 commit comments

Comments
 (0)
0