summaryrefslogtreecommitdiff
path: root/tools/teamcity-runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/teamcity-runtests.sh')
-rwxr-xr-xtools/teamcity-runtests.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh
index a89c266..07b06e9 100755
--- a/tools/teamcity-runtests.sh
+++ b/tools/teamcity-runtests.sh
@@ -8,9 +8,6 @@ set -o pipefail
here=$(cd `dirname $0`; pwd)
osrel=$(uname -s)
-# ensure pip, virtualenv, and tox are up-to-date
-pip install --upgrade pip virtualenv tox
-
# run tests
cd $here/..