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)
<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