Skip to content
Snippets Groups Projects
Commit 9677b1d1 authored by Krombel's avatar Krombel
Browse files

rename 'isort' to 'check_isort' as requested

parent 78a9ddcf
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ matrix:
env: TOX_ENV=py36
- python: 3.6
env: TOX_ENV=isort
env: TOX_ENV=check_isort
- python: 3.6
env: TOX_ENV=check-newsfragment
......
[tox]
envlist = packaging, py27, py36, pep8, isort
envlist = packaging, py27, py36, pep8, check_isort
[testenv]
deps =
......@@ -103,7 +103,7 @@ deps =
flake8
commands = /bin/sh -c "flake8 synapse tests {env:PEP8SUFFIX:}"
[testenv:isort]
[testenv:check_isort]
skip_install = True
deps = isort
commands = /bin/sh -c "isort -c -sp setup.cfg -rc synapse tests"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment