diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-03-04 14:51:18 -0500 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-03-04 14:51:18 -0500 |
commit | 490b0bbb1d6910bc804de0960937e073bf7d9164 (patch) | |
tree | d3d6e03d67a0c68d244a7d45e93fe43aae829126 /testsuite | |
parent | 75c830320d28bb124c3e6750a2916f732cd91d26 (diff) | |
download | bcfg2-490b0bbb1d6910bc804de0960937e073bf7d9164.tar.gz bcfg2-490b0bbb1d6910bc804de0960937e073bf7d9164.tar.bz2 bcfg2-490b0bbb1d6910bc804de0960937e073bf7d9164.zip |
travis-ci: skip tests with optional deps on py3.3
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/install.sh | 2 |
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 |