~tsileo/blobstash-python

9b761b4304eb367d10b0c6c4bf7d95140429a6ff — Thomas Sileo 4 years ago 8ac4ba7
Fix CI
2 files changed, 5 insertions(+), 6 deletions(-)

M .build.yml
M README.md
M .build.yml => .build.yml +2 -2
@@ 6,7 6,7 @@ packages:
- python3-dev
- python3-pip
tasks:
- setup: |
- go: |
   mkdir go
   export GOPATH=/home/build/go
   wget -q https://dl.google.com/go/go1.13.4.linux-amd64.tar.gz


@@ 24,6 24,6 @@ tasks:
- test: |
   export PATH=$PATH:$GOPATH/bin/
   cd blobstash-python
   python3 setup.py install
   pip3 install .
   pip3 install --progress-bar off -r dev-requirements.txt
   python3 -m pytest -k test_utils -v

M README.md => README.md +3 -4
@@ 1,13 1,12 @@
# BlobStash Python Client

[![CI](https://d.a4.io/api/badges/tsileo/blobstash-python/status.svg)](https://d.a4.io/tsileo/blobstash-python)
[![builds.sr.ht status](https://builds.sr.ht/~tsileo/blobstash-python.svg)](https://builds.sr.ht/~tsileo/blobstash-python?)
    [![PyPI](https://img.shields.io/pypi/v/blobstash-docstore.svg)](https://pypi.python.org/pypi/blobstash)
    [![PyPI](https://img.shields.io/pypi/pyversions/blobstash-docstore.svg)](https://pypi.python.org/pypi/blobstash)
    [![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://blobstash-python-docstore.a4.io/)
    [![License](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/tsileo/blobstash-python/master/LICENSE)
    [![License](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://git.sr.ht/~tsileo/blobstash-python/tree/master/LICENSE)
&nbsp; &nbsp; <a href="https://github.com/ambv/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>

Client for [BlobStash](https://github.com/tsileo/blobstash).
Client for [BlobStash](https://git.sr.ht/~tsileo/blobstash).

## Examples