Skip to content

Commit

Permalink
Install pyOpenSSL for httpie test
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Apr 20, 2018
1 parent b9095f7 commit 6bdce43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ before_install:
- export PATH="$CASK_DIR/bin:$PATH"

install:
- pip install --user httpie
# We have to install and upgrade pyOpenSSL because of [1]
#
# https://github.com/requests/requests/issues/4246#issuecomment-356336986
- pip install --user --upgrade httpie pyOpenSSL
- make install

script:
Expand Down

0 comments on commit 6bdce43

Please sign in to comment.