File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
+ dist : xenial
2
3
matrix :
3
4
include :
4
5
- python : " 2.7"
@@ -9,17 +10,19 @@ matrix:
9
10
env : TOXENV=py35
10
11
- python : " 3.6"
11
12
env : TOXENV=py36
12
- - python : " 3.6"
13
+ - python : " 3.7"
14
+ env : TOXENV=py37
15
+ - python : " 3.7"
13
16
env : TOXENV=codestyle
14
17
before_install : true
15
18
16
19
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
20
+ - 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
21
- mkdir -p $HOME/bin
19
22
- pushd . && cd $HOME/bin && tar -xzvf /tmp/ipfs.tar.gz && popd
20
23
- export PATH="$HOME/bin/go-ipfs:$PATH"
21
24
22
25
install :
23
26
- pip install tox
24
27
25
- script : tox
28
+ 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