summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/..