summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2016-02-14 13:44:56 -0800
committerJeff Quast <contact@jeffquast.com>2016-02-14 13:44:56 -0800
commitd8a041e602b0c63a2c022376ec0c565b09c3f14e (patch)
tree623c4891582010f2a48f08891ecd366625da8fa4
parent12e60fadaa0f934357e6a7e0bbf3087768b81c44 (diff)
downloadpexpect-buffered-fileobj.tar.gz
bugfix $pyversion_flit -> $version_flitbuffered-fileobj
-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}