summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <jquast@io.com>2015-04-14 19:24:22 -0700
committerJeff Quast <jquast@io.com>2015-04-14 19:24:22 -0700
commitf9543adf65eca78bf8fd402a8ac2532c084894e8 (patch)
tree21120bab65e3aebe6d704f93ceb0062c613f069e
parentaa0ae70f695b48b110cb311190f25319b4abc851 (diff)
downloadblessings-f9543adf65eca78bf8fd402a8ac2532c084894e8.tar.gz
run static analysis and docs on linux teamcity
-rwxr-xr-xtools/teamcity-runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh
index 3b3faec..c43766a 100755
--- a/tools/teamcity-runtests.sh
+++ b/tools/teamcity-runtests.sh
@@ -14,7 +14,7 @@ if [ X"$osrel" == X"Linux" ]; then
# cannot create a virtualenv for python2.6 due to use of
# "{}".format in virtualenv, throws exception
# ValueError: zero length field name in format.
- _cmd='tox -epy27,py33,py34,pypy'
+ _cmd='tox -epy27,py33,py34,pypy,docs,sa'
fi
ret=0