summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <jquast@io.com>2015-01-03 22:33:18 -0800
committerJeff Quast <jquast@io.com>2015-01-03 22:33:18 -0800
commite0111c8657ffbab53c65fe83ef5189a5926fa909 (patch)
treeceac3e730c66470d799ec4dbd79fb97d49f75374
parent77466f05d730ace9741632a9616f219fa7d3aa03 (diff)
downloadblessings-e0111c8657ffbab53c65fe83ef5189a5926fa909.tar.gz
Revert "try fixing pypy tox/virtualenv fail on linux with pip --upgrade"
This reverts commit 77466f05d730ace9741632a9616f219fa7d3aa03. (We can't: OSError: [Errno 13] Permission denied: '/usr/bin/pip')
-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/..