summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/teamcity-runtests.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh
index 7a17267..7750c71 100755
--- a/tools/teamcity-runtests.sh
+++ b/tools/teamcity-runtests.sh
@@ -14,14 +14,13 @@ export PYTHONIOENCODING=UTF8
export LANG=en_US.UTF-8
pyversion=$1
-pyversion_flit=3.5
+version_flit=3.5
shift
here=$(cd `dirname $0`; pwd)
osrel=$(uname -s)
venv=teamcity-pexpect
venv_flit=flit-builder
-
function prepare_virtualenvwrapper() {
venv_wrapper=$(which virtualenvwrapper.sh)
. ${venv_wrapper}
@@ -31,8 +30,6 @@ function prepare_virtualenvwrapper() {
fi
}
-
-
function make_wheel_for_ptyprocess() {
mkvirtualenv -p`which python${version_flit}` ${venv_flit} || true
workon ${venv_flit}