File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ packages:
6
6
- python3-dev
7
7
- python3-pip
8
8
tasks :
9
- - setup : |
9
+ - go : |
10
10
mkdir go
11
11
export GOPATH=/home/build/go
12
12
wget -q https://dl.google.com/go/go1.13.4.linux-amd64.tar.gz
24
24
- test : |
25
25
export PATH=$PATH:$GOPATH/bin/
26
26
cd blobstash-python
27
- python3 setup.py install
27
+ pip3 install .
28
28
pip3 install --progress-bar off -r dev-requirements.txt
29
29
python3 -m pytest -k test_utils -v
Original file line number Diff line number Diff line change 1
1
# BlobStash Python Client
2
2
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? )
4
4
  ;   ; [ ![ PyPI] ( https://img.shields.io/pypi/v/blobstash-docstore.svg )] ( https://pypi.python.org/pypi/blobstash )
5
5
  ;   ; [ ![ 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 )
8
7
  ;   ; <a href =" https://github.com/ambv/black " ><img alt =" Code style: black " src =" https://img.shields.io/badge/code%20style-black-000000.svg " ></a >
9
8
10
- Client for [ BlobStash] ( https://github.com/ tsileo/blobstash ) .
9
+ Client for [ BlobStash] ( https://git.sr.ht/~ tsileo/blobstash ) .
11
10
12
11
## Examples
13
12
You can’t perform that action at this time.
0 commit comments