Skip to content

Commit b017522

Browse files
committed
fix build
1 parent ca1c3e9 commit b017522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ install:
1717
- "%PYTHON%\\python.exe -m pip install -rrequirements.txt"
1818
- git submodule update --init --recursive
1919

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

2322
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)