Remove reference to missing file
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-07-07 15:39:02 +02:00
parent 1692f25a47
commit 2e20fc2d76
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ commands = flake8 {posargs:--max-line-length 80} flat_tree/ test/
[testenv:sort]
skipdist = True
deps = isort
commands = isort {posargs:-c} -sp setup.cfg flat_tree/ test/
commands = isort {posargs:-c} flat_tree/ test/
[testenv:format]
skipdist = True