File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ environment:
17
17
- PYTHON : " C:\\ Python36\\ python.exe"
18
18
- PYTHON : " C:\\ Python36-x64\\ python.exe"
19
19
20
+ branches :
21
+ # Avoid building PR branches.
22
+ only :
23
+ - master
24
+ - ci
25
+ - releases
26
+
20
27
install :
21
28
- " %PYTHON% -m pip install --upgrade pip wheel setuptools"
22
29
- " %PYTHON% -m pip install -r .ci/requirements-win.txt"
Original file line number Diff line number Diff line change 18
18
19
19
- DOCS_PUSH_KEY_LABEL=0760b951e99c
20
20
21
+ branches :
22
+ # Avoid building PR branches.
23
+ only :
24
+ - master
25
+ - ci
26
+ - releases
27
+
21
28
matrix :
22
29
fast_finish : true
23
30
@@ -96,7 +103,17 @@ matrix:
96
103
dist : trusty
97
104
sudo : false
98
105
language : python
99
- python : " 3.6-dev"
106
+ python : " 3.6"
107
+ services : postgresql
108
+ env : BUILD=tests PGVERSION=9.6
109
+ addons :
110
+ postgresql : ' 9.6'
111
+
112
+ - os : linux
113
+ dist : trusty
114
+ sudo : false
115
+ language : python
116
+ python : " 3.7-dev"
100
117
services : postgresql
101
118
env : BUILD=tests PGVERSION=9.6
102
119
addons :
You can’t perform that action at this time.
0 commit comments