fix test cases in python

This commit is contained in:
wing328
2016-07-06 16:34:09 +08:00
parent 3a3461f961
commit f7b223e1a9
10 changed files with 37 additions and 30 deletions

View File

@@ -6,6 +6,9 @@ SETUP_OUT=*.egg-info
VENV=.venv
DEACTIVE=false
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
### set virtualenv
if [ -z "$VIRTUAL_ENV" ]; then
virtualenv $VENV --no-site-packages --always-copy