changeset 10506:fce840fe075c

commit https://github.com/vim/vim/commit/a4ce25bd987a8fad44ad5e47f7785cf9295322be Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 6 15:37:45 2017 +0100 Another attempt to make coveralls work.
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Jan 2017 15:45:04 +0100
parents b0cd1a60939c
children 4414d4267cc2
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,7 +66,7 @@ addons:
 
 before_install:
   - pip install --user cpp-coveralls
-  - pip install --user requests[security]
+  - pip install --user pyopenssl ndg-httpsclient pyasn1
     # Lua is not installed on Travis OSX
   - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi