5 lines
53 B
Bash
Executable File
5 lines
53 B
Bash
Executable File
#!/usr/bin/bash
|
|
set -eux
|
|
|
|
python3 -m nose ./tests.py
|