mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Appveyor: Py27 and Py35 builds
This commit is contained in:
parent
60ca6a8c9a
commit
04ce73b858
1 changed files with 6 additions and 2 deletions
|
|
@ -2,13 +2,17 @@ environment:
|
|||
|
||||
matrix:
|
||||
- PYTHON_VERSION: 2.7
|
||||
MINICONDA: C:\Miniconda
|
||||
MINICONDA: C:\Miniconda-x64
|
||||
- PYTHON_VERSION: 3.5
|
||||
MINICONDA: C:\Miniconda35-x64
|
||||
|
||||
|
||||
|
||||
branches:
|
||||
only:
|
||||
- deploy
|
||||
|
||||
install:
|
||||
install:
|
||||
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
|
||||
- conda config --set always_yes yes --set changeps1 no
|
||||
- conda update -q conda
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue