##// END OF EJS Templates
don't build docs on osx
Nicholas Bollweg -
Show More
@@ -49,9 +49,9 b' script:'
49 cp /home/travis/virtualenv/python3.8-dev/lib/python3.8/site-packages/parso/python/grammar37.txt /home/travis/virtualenv/python3.8-dev/lib/python3.8/site-packages/parso/python/grammar38.txt
49 cp /home/travis/virtualenv/python3.8-dev/lib/python3.8/site-packages/parso/python/grammar37.txt /home/travis/virtualenv/python3.8-dev/lib/python3.8/site-packages/parso/python/grammar38.txt
50 fi
50 fi
51 - cd /tmp && iptest --coverage xml && cd -
51 - cd /tmp && iptest --coverage xml && cd -
52 # On the latest Python only, make sure that the docs build.
52 # On the latest Python (on Linux) only, make sure that the docs build.
53 - |
53 - |
54 if [[ "$TRAVIS_PYTHON_VERSION" == "3.7" ]]; then
54 if [[ "$TRAVIS_PYTHON_VERSION" == "3.7" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
55 pip install -r docs/requirements.txt
55 pip install -r docs/requirements.txt
56 python tools/fixup_whats_new_pr.py
56 python tools/fixup_whats_new_pr.py
57 make -C docs/ html SPHINXOPTS="-W"
57 make -C docs/ html SPHINXOPTS="-W"
General Comments 0
You need to be logged in to leave comments. Login now