Skip to content

Commit 4399fb1

Browse files
committed
For now just build on 2.7
Added travis badge
1 parent e7ba16a commit 4399fb1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ branches:
44

55
language: 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

139
script: "py.test test_cryptsy.py -v"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ API for Cryptsy.com Exchange utilizing completely built-in functions and utiliti
66
Note: the next version of this API wrapper will introduce A LOT of API changes
77
so be warned, here be dragons.
88

9+
[![Build Status](https://api.travis-ci.org/jaapz/CryptsyPythonAPI.png)](https://travis-ci.org/jaapz/CryptsyPythonAPI)
10+
911
Author's Note
1012
-------------
1113
This API wrapper is a fork of [ScriptProdigy's CryptsyPythonAPI](https://github.com/ScriptProdigy/CryptsyPythonAPI).

0 commit comments

Comments
 (0)