Skip to content
Snippets Groups Projects
Unverified Commit 5ae15f02 authored by Martin Donath's avatar Martin Donath Committed by GitHub
Browse files

Fixed build error on Travis

parent e6841b76
No related branches found
No related tags found
No related merge requests found
...@@ -40,10 +40,6 @@ echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :; ...@@ -40,10 +40,6 @@ echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :;
# Install dependencies for release build # Install dependencies for release build
pip install --user wheel twine pip install --user wheel twine
# Fix SSL warnings for Python > 2.7.9
# https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2
pip install --user urllib3[secure]
# Build and install theme and Docker image # Build and install theme and Docker image
python setup.py build sdist bdist_wheel --universal python setup.py build sdist bdist_wheel --universal
docker build -t $TRAVIS_REPO_SLUG . docker build -t $TRAVIS_REPO_SLUG .
......
...@@ -18,6 +18,10 @@ ...@@ -18,6 +18,10 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE. # IN THE SOFTWARE.
# Direct dependencies
mkdocs>=0.17.1 mkdocs>=0.17.1
Pygments>=2.2 Pygments>=2.2
pymdown-extensions>=3.4 pymdown-extensions>=3.4
# Temporary fix for build errors on Travis
tornado<5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment