We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c378bc1 commit ef699d0Copy full SHA for ef699d0
1 file changed
appveyor.yml
@@ -2,10 +2,6 @@ image: Visual Studio 2015
2
3
build: false
4
5
-install:
6
- - cmd: git submodule update --init --recursive
7
-
8
9
environment:
10
matrix:
11
- PYTHON_VERSION: 3.4
@@ -15,6 +11,7 @@ init:
15
- "echo %PYTHON_VERSION% %MINICONDA%"
16
12
17
13
install:
14
+ - cmd: git submodule update --init --recursive
18
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
19
- conda config --set always_yes yes --set changeps1 no
20
- conda update -q conda
0 commit comments