File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
- dist : xenial
3
+ dist : bionic
4
4
5
5
cache : pip
6
6
7
+ notifications :
8
+ email : true
9
+
7
10
matrix :
8
11
include :
9
12
- python : 3.6
@@ -20,23 +23,24 @@ matrix:
20
23
- python : 3.9
21
24
22
25
before_install :
23
- - npm install npm@latest -g
24
- - sudo apt-get update
25
- - sudo apt-get install pandoc
26
- - pip install pypandoc
26
+ - sudo apt-get update
27
+ - sudo apt-get install pandoc
28
+ - pip install pypandoc
29
+ - echo -e "machine github.ibm.com\n login $GH_TOKEN" > ~/.netrc
27
30
28
31
install :
29
32
- pip install tox-travis
30
33
31
34
script : tox
32
35
33
36
before_deploy :
34
- - pip install bump2version
35
- - nvm install 12
37
+ - nvm install 14
38
+ - npm install npm@latest -g
36
39
- npm install @semantic-release/changelog
37
40
- npm install @semantic-release/exec
38
41
- npm install @semantic-release/git
39
42
- npm install @semantic-release/github
43
+ - pip install bump2version
40
44
41
45
deploy :
42
46
- provider : script
@@ -45,7 +49,6 @@ deploy:
45
49
on :
46
50
python : ' 3.6'
47
51
branch : master
48
-
49
52
- provider : pypi
50
53
user : __token__
51
54
password : $PYPI_TOKEN
You can’t perform that action at this time.
0 commit comments