Skip to content

Commit fa0389c

Browse files
committed
. e add build-and-test for Bash
1 parent bacf455 commit fa0389c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_and_test

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#! /bin/sh -eu
2+
3+
python3 -m pip install tox --constraint constraints.txt --disable-pip-version-check
4+
python3 -m tox --parallel

0 commit comments

Comments
 (0)