Skip to content

Commit

Permalink
added skip_install to static analysis sections of tox.ini to save ins…
Browse files Browse the repository at this point in the history
…tall time (#1851)
  • Loading branch information
jpy-git committed Nov 8, 2021
1 parent f038781 commit b4ce836
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -79,9 +79,11 @@ commands =
commands = python test/generate_parse_fixture_yml.py

[testenv:linting]
skip_install = true
commands = flake8

[testenv:doclinting]
skip_install = true
commands = doc8 docs/source --file-encoding utf8

[testenv:docbuild]
Expand All @@ -91,6 +93,7 @@ deps =
commands = make -C docs html

[testenv:mypy]
skip_install = true
commands = mypy src/sqlfluff

[flake8]
Expand Down

0 comments on commit b4ce836

Please sign in to comment.