hosts/ci/test.sh
2020-04-29 15:31:55 +03:00

10 lines
120 B
Bash
Executable File

#!/bin/bash
set -e
echo "Running unit tests..."
source activate hosts
python --version
python testUpdateHostsFile.py