Lee Miller
ace9bd7b49
uncomment fail fast in test.sh and possibly remove --exit-zero bandit arg when ready.
5 lines
45 B
Bash
Executable File
5 lines
45 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tox -e lint-basic # || exit 1
|
|
tox
|