From a4ce25bd987a8fad44ad5e47f7785cf9295322be Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 6 Jan 2017 15:37:45 +0100 Subject: Another attempt to make coveralls work. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 65790db30a..56034ac8d0 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 -- cgit v1.2.3