Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ local*.cfg
.tox/
build/
htmlcov/
dist/
python_bitcoinlib.egg-info/
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
install:
- pip install tox
script:
- tox
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py32
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
python-bitcoinlib
-----------------
[![Build Status](https://travis-ci.org/petertodd/python-bitcoinlib.svg?branch=master)](https://travis-ci.org/petertodd/python-bitcoinlib)

This Python2/3 library provides an easy interface to the bitcoin data
structures and protocol. The approach is low-level and "ground up", with a
focus on providing tools to manipulate the internals of how Bitcoin works.

"The Swiss Army Knife of the Bitcoin protocol." - Wladimir J. van der Laan


Requirements
------------

Expand Down