File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
- matrix :
4
- include :
5
- - python : 3.5
6
- - python : 3.6
7
- - python : 3.7
8
- - python : 3.8
3
+ python :
4
+ - 3.5
5
+ - 3.6
6
+ - 3.7
7
+ - 3.8
9
8
10
- cache : pip3
9
+ cache : pip
11
10
12
11
before_install :
13
12
- ' [ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_cebf25e6c525_key
@@ -27,10 +26,9 @@ script:
27
26
- tox
28
27
29
28
before_deploy :
29
+ - pip3 install bumpversion pypandoc
30
30
- sudo apt-get update
31
- - pip3 install pypandoc
32
31
- sudo apt-get install pandoc
33
- - pip3 install bumpversion
34
32
- nvm install 12
35
33
- npm install @semantic-release/changelog
36
34
- npm install @semantic-release/exec
@@ -42,19 +40,19 @@ deploy:
42
40
script : docs/publish.sh
43
41
skip_cleanup : true
44
42
on :
45
- python : ' 3.5 '
43
+ python : 3.8
46
44
tags : true
47
45
- provider : script
48
46
script : npx semantic-release
49
47
skip_cleanup : true
50
48
on :
51
- python : ' 3.5 '
49
+ python : 3.8
52
50
branch : master
53
51
- provider : pypi
54
52
user : watson-devex
55
53
password : $PYPI_PASSWORD
56
54
repository : https://upload.pypi.org/legacy
57
55
skip_cleanup : true
58
56
on :
59
- python : ' 3.5 '
57
+ python : 3.8
60
58
tags : true
You can’t perform that action at this time.
0 commit comments