mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-11 16:22:13 +02:00
Appveyor: Only build the deploy branch
This commit is contained in:
parent
b9c3a8a163
commit
ad98495c23
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ environment:
|
||||||
- PYTHON: "C:\\Python27-x64"
|
- PYTHON: "C:\\Python27-x64"
|
||||||
- PYTHON: "C:\\Python35-x64"
|
- PYTHON: "C:\\Python35-x64"
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- deploy
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# We need wheel installed to build wheels
|
# We need wheel installed to build wheels
|
||||||
- "%PYTHON%\\python.exe -m pip install wheel"
|
- "%PYTHON%\\python.exe -m pip install wheel"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue