Skip to content

Commit 40af073

Browse files
committed
Added Travis CI.
1 parent d3ea80d commit 40af073

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Unofficial Coinbase Python Library
33

44
Python 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

811
0.2.0

requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

0 commit comments

Comments
 (0)