summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2019-11-29 17:29:55 +0000
committerRobert Newson <rnewson@apache.org>2019-12-02 17:51:44 +0000
commitba0c203860678965a341af361138039eca10b7f3 (patch)
treefc75d5c9ed034ca9ed4ed9db43d04fbe2c65c4c5
parent7f66662dd82254c59ab1db5da193bb8f48c91876 (diff)
downloadcouchdb-1523-bye-bye-5986-rnewson-4.tar.gz
install requests module within venv1523-bye-bye-5986-rnewson-4
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f28dcf77b..0e1a54a0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,6 +56,7 @@ before_script:
- ./configure -c --disable-docs --disable-fauxton
- python3.6 -m venv /tmp/.venv
- source /tmp/.venv/bin/activate
+ - pip install requests
script:
- make check