From 784247e7f694d361bb59fc0b2b1e28e1044428f0 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Sun, 1 May 2016 22:11:36 +0200 Subject: [PATCH] specify requests 2.9.2 to work around a bug in linkchecker --- build-scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index f556ae9d84..e32b5b1bc6 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -320,7 +320,7 @@ install_docs() { # documentation test requirements run "virtualenv $HOME/.venv" run "source $HOME/.venv/bin/activate" - run "pip install -q pandocfilters==1.2.3 mkdocs==0.14 linkchecker==9.3 click==5.1" + run "pip install -q pandocfilters==1.2.3 mkdocs==0.14 linkchecker==9.3 click==5.1 requests==2.9.2" run "deactivate" } -- 2.47.2