blob: b7a8d96dd6c20c2fabe7774bd3581ed68e266268 [file] [log] [blame]
#!/bin/bash -ex
if [[ $SIX_VERSION ]]; then
pip install six==$SIX_VERSION
fi
pip install -r requirements-test.txt
if [[ $USE_OPTIONAL == "true" ]]; then
pip install -r requirements-optional.txt
fi
if [[ $CI == "true" ]]; then
pip install codecov
fi