summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-04 14:51:18 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-04 14:51:18 -0500
commit490b0bbb1d6910bc804de0960937e073bf7d9164 (patch)
treed3d6e03d67a0c68d244a7d45e93fe43aae829126 /testsuite/install.sh
parent75c830320d28bb124c3e6750a2916f732cd91d26 (diff)
downloadbcfg2-490b0bbb1d6910bc804de0960937e073bf7d9164.tar.gz
bcfg2-490b0bbb1d6910bc804de0960937e073bf7d9164.tar.bz2
bcfg2-490b0bbb1d6910bc804de0960937e073bf7d9164.zip
travis-ci: skip tests with optional deps on py3.3
Diffstat (limited to 'testsuite/install.sh')
-rwxr-xr-xtestsuite/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 2c962e171..c1685f831 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -4,7 +4,7 @@
pip install -r testsuite/requirements.txt --use-mirrors
-PYVER=$(python -c 'import sys;print ".".join(str(v) for v in sys.version_info[0:2])')
+PYVER=$(python -c 'import sys;print(".".join(str(v) for v in sys.version_info[0:2]))')
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
if [[ $PYVER == "2.5" ]]; then