before_script:
- if [ ! -d venv ] ; then virtualenv --python=python3.6 venv; else true; fi
- source venv/bin/activate
- - pip install --upgrade pip
+ - pip install --upgrade --upgrade-strategy eager pip
+ - pip install --upgrade --upgrade-strategy eager setuptools wheel six
- pip install --upgrade --upgrade-strategy eager --requirement requirements.txt
+ - pip list --format columns
- if [ -x bin/compile-xlate-msgs.sh ] ; then bin/compile-xlate-msgs.sh; fi
tags:
- deploy