This website requires JavaScript.
Explore
Help
Register
Sign In
Bitmessage
/
PyBitmessage-2024-12-03
Archived
Watch
2
Star
0
Fork
0
You've already forked PyBitmessage-2024-12-03
Code
Issues
168
Pull Requests
53
Actions
Packages
Projects
Releases
5
Wiki
Activity
This repository has been archived on
2024-12-03
. You can view files and clone it, but cannot push or open issues or pull requests.
6b90332730
PyBitmessage-2024-12-03
/
.buildbot
/
tox-bionic
/
test.sh
5 lines
45 B
Bash
Raw
Normal View
History
Unescape
Escape
Add tox buildbot testing scenario
2022-04-22 17:00:08 +02:00
#!/bin/sh
Add bandit and flake8 lint run as separate testenv in tox.ini; uncomment fail fast in test.sh and possibly remove --exit-zero bandit arg when ready.
2022-04-05 00:34:35 +02:00
tox -e lint-basic
# || exit 1
Add tox buildbot testing scenario
2022-04-22 17:00:08 +02:00
tox
Reference in New Issue
Copy Permalink