mirror of https://github.com/kivy/kivy.git
pause py3 builds on osx
This commit is contained in:
parent
e06353cfbc
commit
100819bc94
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue