Skip to content

Commit

Permalink
Skip installing package on tox envs that don't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
moggers87 committed Oct 13, 2020
1 parent 4f7e989 commit 2f63e9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -23,10 +23,12 @@ extras = docs
[testenv:lint]
commands = flake8 salmon tests setup.py
deps = flake8
skip_install = true

[testenv:isort]
commands = isort --check-only --diff salmon setup.py
deps = isort
skip_install = true

[flake8]
max-line-length = 120
Expand Down

0 comments on commit 2f63e9a

Please sign in to comment.