mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +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:\\Python35-x64"
|
||||
|
||||
branches:
|
||||
only:
|
||||
- deploy
|
||||
|
||||
install:
|
||||
# We need wheel installed to build wheels
|
||||
- "%PYTHON%\\python.exe -m pip install wheel"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue