fonttools/.travis/after_success.sh
2016-09-27 16:36:19 +01:00

11 lines
130 B
Bash
Executable File

#!/bin/bash
set -e
set -x
source ~/.venv/bin/activate
if [[ $BUILD_DIST == true ]]; then
python setup.py sdist bdist_wheel
fi