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 11language : python
22
3- dist : xenial
3+ dist : bionic
44
55cache : pip
66
7+ notifications :
8+ email : true
9+
710matrix :
811 include :
912 - python : 3.6
@@ -20,23 +23,24 @@ matrix:
2023 - python : 3.9
2124
2225before_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
2730
2831install :
2932 - pip install tox-travis
3033
3134script : tox
3235
3336before_deploy :
34- - pip install bump2version
35- - nvm install 12
37+ - nvm install 14
38+ - npm install npm@latest -g
3639- npm install @semantic-release/changelog
3740- npm install @semantic-release/exec
3841- npm install @semantic-release/git
3942- npm install @semantic-release/github
43+ - pip install bump2version
4044
4145deploy :
4246- provider : script
@@ -45,7 +49,6 @@ deploy:
4549 on :
4650 python : ' 3.6'
4751 branch : master
48-
4952- provider : pypi
5053 user : __token__
5154 password : $PYPI_TOKEN
You can’t perform that action at this time.
0 commit comments