summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <jquast@io.com>2015-01-03 22:30:35 -0800
committerJeff Quast <jquast@io.com>2015-01-03 22:30:35 -0800
commit77466f05d730ace9741632a9616f219fa7d3aa03 (patch)
tree2ce8261039ba0e4cf36c91dd5febd766c3a672b7
parentac7a413bdab796edce87a185c5b02a8d9f71dc59 (diff)
downloadblessings-77466f05d730ace9741632a9616f219fa7d3aa03.tar.gz
try fixing pypy tox/virtualenv fail on linux with pip --upgrade
-rwxr-xr-xtools/teamcity-runtests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh
index 07b06e9..a89c266 100755
--- a/tools/teamcity-runtests.sh
+++ b/tools/teamcity-runtests.sh
@@ -8,6 +8,9 @@ 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/..