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

This commit is contained in:
Luke Murphy 2020-07-07 15:38:34 +02:00
parent 6285212209
commit fe1bda9817
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} hypercore_crypto/ test/
[testenv:sort]
skipdist = True
deps = isort
commands = isort {posargs:-c} -sp setup.cfg hypercore_crypto/ test/
commands = isort {posargs:-c} -sp hypercore_crypto/ test/
[testenv:format]
skipdist = True