Skip to content

Commit

Permalink
Hack to fix build (gabrielfalcao/HTTPretty#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Jun 29, 2015
1 parent 72718a9 commit 2feb4d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ test:

- "pylint --msg-template='{msg_id}:{line:3d},{column}: {obj}: {msg}' -E `ls -d */`"

# https://github.com/gabrielfalcao/HTTPretty/issues/242
- pip install --upgrade ndg-httpsclient==0.4.0 PyOpenSSL>=0.15.1

- nosetests -v tagcube
- nosetests -v tagcube_cli
- nosetests -v -s ci
Expand Down

0 comments on commit 2feb4d3

Please sign in to comment.