welco/jenkins.sh

8 lines
94 B
Bash
Executable File

#!/bin/sh
pip install --upgrade setuptools
pip install --upgrade pip
pip install tox
tox -r