Skip to content

Commit 9b761b4

Browse files
committed
Fix CI
1 parent 8ac4ba7 commit 9b761b4

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packages:
66
- python3-dev
77
- python3-pip
88
tasks:
9-
- setup: |
9+
- go: |
1010
mkdir go
1111
export GOPATH=/home/build/go
1212
wget -q https://dl.google.com/go/go1.13.4.linux-amd64.tar.gz
@@ -24,6 +24,6 @@ tasks:
2424
- test: |
2525
export PATH=$PATH:$GOPATH/bin/
2626
cd blobstash-python
27-
python3 setup.py install
27+
pip3 install .
2828
pip3 install --progress-bar off -r dev-requirements.txt
2929
python3 -m pytest -k test_utils -v

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# BlobStash Python Client
22

3-
[![CI](https://d.a4.io/api/badges/tsileo/blobstash-python/status.svg)](https://d.a4.io/tsileo/blobstash-python)
3+
[![builds.sr.ht status](https://builds.sr.ht/~tsileo/blobstash-python.svg)](https://builds.sr.ht/~tsileo/blobstash-python?)
44
    [![PyPI](https://img.shields.io/pypi/v/blobstash-docstore.svg)](https://pypi.python.org/pypi/blobstash)
55
    [![PyPI](https://img.shields.io/pypi/pyversions/blobstash-docstore.svg)](https://pypi.python.org/pypi/blobstash)
6-
    [![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://blobstash-python-docstore.a4.io/)
7-
    [![License](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/tsileo/blobstash-python/master/LICENSE)
6+
    [![License](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://git.sr.ht/~tsileo/blobstash-python/tree/master/LICENSE)
87
&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>
98

10-
Client for [BlobStash](https://github.com/tsileo/blobstash).
9+
Client for [BlobStash](https://git.sr.ht/~tsileo/blobstash).
1110

1211
## Examples
1312

0 commit comments

Comments
 (0)