1 parent e7ba16a commit 4399fb1Copy full SHA for 4399fb1
2 files changed
.travis.yml
@@ -4,10 +4,6 @@ branches:
4
5
language: python
6
7
-install: "pip install -r requirements.txt --allow-external"
8
-
9
-python:
10
- - "2.6"
11
- - "2.7"
+install: "pip install -r requirements.txt"
12
13
script: "py.test test_cryptsy.py -v"
README.md
@@ -6,6 +6,8 @@ API for Cryptsy.com Exchange utilizing completely built-in functions and utiliti
Note: the next version of this API wrapper will introduce A LOT of API changes
so be warned, here be dragons.
+[](https://travis-ci.org/jaapz/CryptsyPythonAPI)
+
Author's Note
-------------
This API wrapper is a fork of [ScriptProdigy's CryptsyPythonAPI](https://github.com/ScriptProdigy/CryptsyPythonAPI).
0 commit comments