Skip to content

Commit 42e17d9

Browse files
committed
. e add standard bash boilerplate to run_tests
1 parent 150dadc commit 42e17d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run_tests.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
#! /usr/bin/env bash
2+
set -euo pipefail
3+
14
python3 -m pip --disable-pip-version-check install tox
25
tox -e py

0 commit comments

Comments
 (0)