Skip to content

Commit

Permalink
Travis setup (#51)
Browse files Browse the repository at this point in the history
* first stab at travis

* add 3.6 testing to travis

* add travis badge to README

* add better travis badge to README
  • Loading branch information
ericsomdahl authored Sep 12, 2017
1 parent 0848705 commit d7033d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "3.6"
install:
- pip install -r requirements.txt
script:
- python -m unittest bittrex.test.bittrex_tests.TestBittrexPublicAPI
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
python-bittrex
python-bittrex
==============

[![Build Status](https://travis-ci.org/ericsomdahl/python-bittrex.svg?branch=travis-setup)](https://travis-ci.org/ericsomdahl/python-bittrex)

Python bindings for bittrex. I am Not associated -- use at your own risk, etc.

Tips are appreciated:
Expand Down Expand Up @@ -50,4 +52,4 @@ Structure it as follows, adding your API keys:
"key": "mykey",
"secret": "mysecret"
}
```
```

0 comments on commit d7033d0

Please sign in to comment.