add travis.yml
This commit is contained in:
parent
8951d5c7ec
commit
0465db6dba
23
.travis.yml
Normal file
23
.travis.yml
Normal file
@ -0,0 +1,23 @@
|
||||
language: python
|
||||
|
||||
# Runs jobs on container based infrastructure
|
||||
sudo: false
|
||||
|
||||
# Saves pip downloads/wheels between builds
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
|
||||
install:
|
||||
# Optimisation: build requirements as wheels, which get cached by Travis
|
||||
- pip install "pip>=7.0" wheel
|
||||
|
||||
script:
|
||||
- python setup.py install
|
@ -1,6 +1,9 @@
|
||||
python-trezor
|
||||
=============
|
||||
|
||||
.. image:: https://travis-ci.org/trezor/python-trezor.svg?branch=master
|
||||
:target: https://travis-ci.org/trezor/python-trezor
|
||||
|
||||
Client side implementation for Trezor-compatible Bitcoin hardware wallets.
|
||||
|
||||
See http://bitcointrezor.com for more information.
|
||||
|
Loading…
Reference in New Issue
Block a user