Skip to content

Commit f66b6f6

Browse files
committed
Merge branch 'travis' into develop
Conflicts: README.md
2 parents b74443b + 4399fb1 commit f66b6f6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
branches:
2+
except:
3+
- gh-pages
4+
5+
language: python
6+
7+
install: "pip install -r requirements.txt"
8+
9+
script: "py.test test_cryptsy.py -v"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Note: the next version of this API wrapper will introduce A LOT of API changes
77
so be warned, here be dragons.
88

99
[![Dependency Status](https://gemnasium.com/jaapz/CryptsyPythonAPI.png)](https://gemnasium.com/jaapz/CryptsyPythonAPI)
10+
[![Build Status](https://api.travis-ci.org/jaapz/CryptsyPythonAPI.png)](https://travis-ci.org/jaapz/CryptsyPythonAPI)
1011

1112
Author's Note
1213
-------------

0 commit comments

Comments
 (0)