File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ language : python
2+ python :
3+ - " 2.7"
4+ install : pip install --use-mirrors -r requirements.txt
5+ notifications :
6+ email :
7+ on_success : change
8+ on_failure : change
9+ script :
10+ - nosetests coinbase
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Unofficial Coinbase Python Library
33
44Python Library for the Coinbase API for use with three legged oAuth2 and classic API key usage
55
6+ .. image:: https://secure.travis-ci.org/scholrly/neo4django.png?branch=master
7+ [ ![ Travis build status] ( https://travis-ci.org/sibblegp/coinbase_python.png?branch=master )] ( https://travis-ci.org/sibblegp/coinbase )
8+
69## Version
710
8110.2.0
Original file line number Diff line number Diff line change 1+ httplib2 == 0.9
2+ oauth2client == 1.2
3+ requests == 2.3.0
4+ sure == 1.2.7
5+ httpretty == 0.8.0
6+ six == 1.6.1
7+ mock == 1.0.1
You can’t perform that action at this time.
0 commit comments