pause py3 builds on osx

This commit is contained in:
dessant 2015-12-28 13:17:58 +02:00
parent e06353cfbc
commit 100819bc94
1 changed files with 4 additions and 4 deletions

View File

@ -25,9 +25,9 @@ matrix:
- language: generic - language: generic
env: RUN=build PY=2 env: RUN=build PY=2
os: osx os: osx
- language: generic # - language: generic
env: RUN=build PY=3 # env: RUN=build PY=3
os: osx # os: osx
install: install:
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
@ -114,7 +114,7 @@ script:
fi; fi;
if [ "${RUN}" == "docs" ]; then if [ "${RUN}" == "docs" ]; then
make html; make html;
make pdf || true;X make pdf || true;
make pdf; make pdf;
fi; fi;
fi; fi;