summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-06 15:37:45 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-06 15:37:45 +0100
commita4ce25bd987a8fad44ad5e47f7785cf9295322be (patch)
treecb4dc20764b2b22ae22ae2a1cc2ec8f0e2b8d61c
parent294740d2ac42e3dfdc7f0f6f02a6e2ff2d17c848 (diff)
downloadvim-git-a4ce25bd987a8fad44ad5e47f7785cf9295322be.tar.gz
Another attempt to make coveralls work.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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