1
Fork 0

Run install on build

This commit is contained in:
Jake Howard 2015-12-09 23:00:35 +00:00
parent 6f1f9d1174
commit bdf419840d
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@ set -e
pyvenv-3.4 env
env/bin/pip install -r requirements.txt --upgrade
python setup.py install