File tree Expand file tree Collapse file tree 1 file changed +30
-6
lines changed Expand file tree Collapse file tree 1 file changed +30
-6
lines changed Original file line number Diff line number Diff line change 1
- language : python
2
- python :
3
- - 3.6
4
- - 3.7
5
1
os : linux
6
2
dist : xenial
3
+ language : python
4
+
5
+ jobs :
6
+ include :
7
+ - name : " Ubuntu / Python 3.6"
8
+ python : 3.6
9
+ - name : " Ubuntu / Python 3.7"
10
+ python : 3.7
11
+ - name : " Windows / Python 3.6"
12
+ os : windows
13
+ language : shell
14
+ before_install :
15
+ - choco install python --version 3.6.8
16
+ env :
17
+ - PATH=/c/Python36:/c/Python36/Scripts:$PATH
18
+ - SKIP=check-executables-have-shebangs
19
+ - name : " Windows / Python 3.7"
20
+ os : windows
21
+ language : shell
22
+ before_install :
23
+ - choco install python --version 3.7.8
24
+ env :
25
+ - PATH=/c/Python37:/c/Python37/Scripts:$PATH
26
+ - SKIP=check-executables-have-shebangs
27
+
7
28
cache :
8
29
pip : true
9
30
@@ -22,8 +43,8 @@ script:
22
43
23
44
# Deployment
24
45
before_deploy :
25
- - touch html/.nojekyll
26
- - cp assets/gh-pages-redirect.html html/index.html
46
+ - touch html/.nojekyll
47
+ - cp assets/gh-pages-redirect.html html/index.html
27
48
deploy :
28
49
# Deploy documentation
29
50
- provider : pages
@@ -35,6 +56,7 @@ deploy:
35
56
branch : master
36
57
repo : Holzhaus/sphinx-multiversion
37
58
python : 3.7
59
+ os : linux
38
60
39
61
# Deploy to PyPI
40
62
- deploy :
@@ -48,6 +70,7 @@ deploy:
48
70
branch : master
49
71
repo : Holzhaus/sphinx-multiversion
50
72
tags : true
73
+ os : linux
51
74
52
75
# Deploy to Github Releases
53
76
- provider : releases
@@ -65,3 +88,4 @@ deploy:
65
88
repo : Holzhaus/sphinx-multiversion
66
89
tags : true
67
90
python : 3.7
91
+ os : linux
You can’t perform that action at this time.
0 commit comments