7 lines
76 B
Bash
Executable file
7 lines
76 B
Bash
Executable file
#!/bin/bash -eu
|
|
|
|
cd "$(dirname "$0")"
|
|
cd ../..
|
|
|
|
pip3 install --user tox
|
|
tox
|