summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJeff Quast <jquast@io.com>2014-12-18 23:33:39 -0800
committerJeff Quast <jquast@io.com>2014-12-18 23:33:39 -0800
commit1fd8576a7b51ff2f6507a801e63fef9a0c22c728 (patch)
tree73ce9617a66e84034d8132d7e4d4f058b97bf567 /tools
parentad7c35dce59db55f9d3dd5fea8b925abc81211ca (diff)
downloadpexpect-git-1fd8576a7b51ff2f6507a801e63fef9a0c22c728.tar.gz
uninstall ptyprocess before install in runtests.sh
Diffstat (limited to 'tools')
-rwxr-xr-xtools/teamcity-runtests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh
index 0d32a13..ce4e451 100755
--- a/tools/teamcity-runtests.sh
+++ b/tools/teamcity-runtests.sh
@@ -29,6 +29,7 @@ workon ${venv} || mkvirtualenv -p `which python${pyversion}` ${venv} || true
# install ptyprocess
cd $here/../../ptyprocess
+pip uninstall ptyprocess || true
python setup.py install
# install all test requirements