Skip to content

Commit 38bfd18

Browse files
committed
add python 3.4 testing + travis-ci badge
1 parent 02dec17 commit 38bfd18

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ language: python
22
python:
33
- "2.7"
44
- "3.2"
5+
- "3.4"
56
install: "pip install -r requirements.txt"
67
script: nosetests

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# optionshouse-api-client
1+
# optionshouse-api-client [![TravisCI][travis-img-url]][travis-ci-url]
2+
3+
[travis-img-url]: https://travis-ci.org/stevecrozz/optionshouse-api-client.svg?branch=master
4+
[travis-ci-url]: http://travis-ci.org/stevecrozz/optionshouse-api-client
5+
26
optionshouse-api-client is a simple python wrapper around the optionshouse
37
trading platform API. The goal of this project is to provide a working, but
48
minimal, non-magic interface to the API.

0 commit comments

Comments
 (0)