File tree 2 files changed +7
-4
lines changed 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,19 @@ matrix:
9
9
env : TOXENV=py35
10
10
- python : " 3.6"
11
11
env : TOXENV=py36
12
- - python : " 3.6"
12
+ - python : " 3.7"
13
+ env : TOXENV=py37
14
+ - python : " 3.7"
13
15
env : TOXENV=codestyle
14
16
before_install : true
15
17
16
18
before_install :
17
- - wget "https://dist.ipfs.io/go-ipfs/v0.4.14 /go-ipfs_v0.4.14_linux -amd64.tar.gz" -O /tmp/ipfs.tar.gz
19
+ - wget "https://dist.ipfs.io/go-ipfs/v0.4.18 /go-ipfs_v0.4.18_linux -amd64.tar.gz" -O /tmp/ipfs.tar.gz
18
20
- mkdir -p $HOME/bin
19
21
- pushd . && cd $HOME/bin && tar -xzvf /tmp/ipfs.tar.gz && popd
20
22
- export PATH="$HOME/bin/go-ipfs:$PATH"
21
23
22
24
install :
23
25
- pip install tox
24
26
25
- script : tox
27
+ script : tox
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ envlist =
4
4
py27,
5
5
py34,
6
6
py35,
7
- py36
7
+ py36,
8
+ py37
8
9
9
10
# Tox' sdist feature presumes that `./setup.py sdist` is available
10
11
# Disable this feature until PEP-517 is implemented by both tox and flit.
You can’t perform that action at this time.
0 commit comments