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