moto/travis_moto_server.sh
2018-12-21 12:28:56 +01:00

5 lines
111 B
Bash
Executable File

#!/usr/bin/env bash
set -e
pip install flask
pip install /moto/dist/moto*.gz
moto_server -H 0.0.0.0 -p 5000