Skip to content

Commit

Permalink
. e add standard bash boilerplate to run_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBazuzi committed Nov 10, 2024
1 parent 150dadc commit 42e17d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
#! /usr/bin/env bash
set -euo pipefail

python3 -m pip --disable-pip-version-check install tox
tox -e py

0 comments on commit 42e17d9

Please sign in to comment.