File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ branches:
44
55language : python
66
7- install : " pip install -r requirements.txt --allow-external"
8-
9- python :
10- - " 2.6"
11- - " 2.7"
7+ install : " pip install -r requirements.txt"
128
139script : " py.test test_cryptsy.py -v"
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ API for Cryptsy.com Exchange utilizing completely built-in functions and utiliti
66Note: the next version of this API wrapper will introduce A LOT of API changes
77so be warned, here be dragons.
88
9+ [ ![ Build Status] ( https://api.travis-ci.org/jaapz/CryptsyPythonAPI.png )] ( https://travis-ci.org/jaapz/CryptsyPythonAPI )
10+
911Author's Note
1012-------------
1113This API wrapper is a fork of [ ScriptProdigy's CryptsyPythonAPI] ( https://github.com/ScriptProdigy/CryptsyPythonAPI ) .
You can’t perform that action at this time.
0 commit comments