Skip to content

Commit ca1c3e9

Browse files
committed
init submodules
1 parent da4edba commit ca1c3e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ environment:
1212
- PYTHON: "C:\\Python35-x64"
1313

1414
install:
15-
# We need wheel installed to build wheels
1615
- "%PYTHON%\\python.exe -m pip install wheel"
1716
- "%PYTHON%\\python.exe -m pip install -rrequirements_test.txt"
1817
- "%PYTHON%\\python.exe -m pip install -rrequirements.txt"
18+
- git submodule update --init --recursive
1919

20-
build: off
20+
build:
21+
- "build.cmd %PYTHON%\\python.exe setup.py build_ext --inplace"
2122

2223
test_script:
23-
- "build.cmd %PYTHON%\\python.exe setup.py build_ext --inplace"
2424
- "build.cmd %PYTHON%\\python.exe -m nose -v"
2525

2626
after_test:

0 commit comments

Comments
 (0)