We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02dec17 commit 38bfd18Copy full SHA for 38bfd18
.travis.yml
@@ -2,5 +2,6 @@ language: python
2
python:
3
- "2.7"
4
- "3.2"
5
+ - "3.4"
6
install: "pip install -r requirements.txt"
7
script: nosetests
README.md
@@ -1,4 +1,8 @@
1
-# optionshouse-api-client
+# optionshouse-api-client [![TravisCI][travis-img-url]][travis-ci-url]
+
+[travis-img-url]: https://travis-ci.org/stevecrozz/optionshouse-api-client.svg?branch=master
+[travis-ci-url]: http://travis-ci.org/stevecrozz/optionshouse-api-client
optionshouse-api-client is a simple python wrapper around the optionshouse
trading platform API. The goal of this project is to provide a working, but
8
minimal, non-magic interface to the API.
0 commit comments