From: Bram Moolenaar Date: Fri, 6 Jan 2017 14:37:45 +0000 (+0100) Subject: Another attempt to make coveralls work. X-Git-Tag: v8.0.0145~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4ce25bd987a8fad44ad5e47f7785cf9295322be;p=vim Another attempt to make coveralls work. --- diff --git a/.travis.yml b/.travis.yml index 65790db30..56034ac8d 100644 --- 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