Skip to content

Commit

Permalink
Merge pull request #729 from oduwsdl/issue-726
Browse files Browse the repository at this point in the history
Update to use latest (albeit alpha) ipfshttpclient, support go-ipfs 0.7.0 and 0.8.0 in testing
  • Loading branch information
machawk1 authored May 20, 2021
2 parents b4cd463 + 73fb50d commit 609bbeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
python:
- 3.7
- 3.8
- 3.9
ipfs:
- 0.4
- 0.5
- 0.6
- 0.7
- 0.8
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} Py-${{ matrix.python }} IPFS-${{ matrix.ipfs }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- "3.7"
- "3.8"
before_script:
- wget "https://dist.ipfs.io/go-ipfs/v0.6.0/go-ipfs_v0.6.0_linux-amd64.tar.gz" -O /tmp/ipfs.tar.gz
- wget "https://dist.ipfs.io/go-ipfs/v0.8.0/go-ipfs_v0.8.0_linux-amd64.tar.gz" -O /tmp/ipfs.tar.gz
#- mkdir $HOME/bin
- pushd . && cd $HOME/bin && tar -xzvf /tmp/ipfs.tar.gz && popd
- export PATH="$HOME/bin/go-ipfs:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
warcio>=1.5.3
ipfshttpclient>=0.6.1
ipfshttpclient>=0.8.0a
Flask==1.1.1
pycryptodome>=3.4.11
requests>=2.19.1
Expand Down

0 comments on commit 609bbeb

Please sign in to comment.