Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7

This commit is contained in:
Weblate 2018-02-22 23:39:18 +01:00
commit a5e473267b
2 changed files with 3 additions and 2 deletions

View File

@ -30,6 +30,7 @@ env:
- TESTSUITE_URL=http://127.0.0.1:8000
install:
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then source ~/virtualenv/python3.6/bin/activate ; fi
- ./test/ci-install-$CI_MODE
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then case "$TRAVIS_PHP_VERSION" in hhvm*) ;; *) phpenv config-add test/php-noprofile.ini ;; esac ; fi

View File

@ -1,5 +1,5 @@
#!/bin/sh
# We use 1.5 to be able to deal with gzip only sites in linkcheck (such as tcpdf.org)
# Install deps for building documentation
pip install --user 'Sphinx' 'requests[security]'
pip install 'Sphinx'