We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150dadc commit 42e17d9Copy full SHA for 42e17d9
run_tests.sh
@@ -1,2 +1,5 @@
1
+#! /usr/bin/env bash
2
+set -euo pipefail
3
+
4
python3 -m pip --disable-pip-version-check install tox
5
tox -e py
0 commit comments