Skip to content

Commit

Permalink
Workaround for httpretty bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Jun 29, 2015
1 parent fbd9de2 commit 5e16421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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"
- "pip install --upgrade ndg-httpsclient==0.3.0"

- nosetests -v tagcube
- nosetests -v tagcube_cli
Expand Down

0 comments on commit 5e16421

Please sign in to comment.