Possible replacement for buildbot/PyBitmessage-pylint #2224

Merged
PeterSurda merged 2 commits from gitea-93 into v0.6 2024-05-10 02:09:29 +02:00
Showing only changes of commit 3b36676793 - Show all commits

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
tox -e lint-basic # || exit 1 tox -e lint || exit 1
tox -e py310 tox -e py310