We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b74443b + 4399fb1 commit f66b6f6Copy full SHA for f66b6f6
.travis.yml
@@ -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
@@ -7,6 +7,7 @@ Note: the next version of this API wrapper will introduce A LOT of API changes
so be warned, here be dragons.
[](https://gemnasium.com/jaapz/CryptsyPythonAPI)
10
+[](https://travis-ci.org/jaapz/CryptsyPythonAPI)
11
12
Author's Note
13
-------------
0 commit comments