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

This commit is contained in:
Luke Murphy 2020-07-07 15:53:21 +02:00
parent a9ebea0889
commit 83b2b2bde6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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