summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-18 14:15:27 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-18 14:15:27 +0100
commit1f8fec5a580ba2ebd1940a15dfb78737f0c242a5 (patch)
treeaeaf787ce57accbd8e3fdab049db9b0136b7efa6 /.travis.yml
parent7aaa505fec1babd31d340154fcbfa4ddbee9c745 (diff)
use requests stable release
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8f3537cd1..f92fdf3f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ install:
- sudo apt-get -y install nodejs python3-jinja2 python3-setuptools apache2 libapache2-mod-fastcgi firefox chromium-browser curl
- export CHROME_BIN=/usr/bin/chromium-browser
- sudo easy_install3 pip # ubuntu 12.04 only
+ - sudo pip3 install requests
- sudo pip3 install --pre ocdev
# clone core
- ocdev setup core --dir owncloud --branch master