We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4edba commit ca1c3e9Copy full SHA for ca1c3e9
appveyor.yml
@@ -12,15 +12,15 @@ environment:
12
- PYTHON: "C:\\Python35-x64"
13
14
install:
15
- # We need wheel installed to build wheels
16
- "%PYTHON%\\python.exe -m pip install wheel"
17
- "%PYTHON%\\python.exe -m pip install -rrequirements_test.txt"
18
- "%PYTHON%\\python.exe -m pip install -rrequirements.txt"
+ - git submodule update --init --recursive
19
20
-build: off
+build:
21
+ - "build.cmd %PYTHON%\\python.exe setup.py build_ext --inplace"
22
23
test_script:
- - "build.cmd %PYTHON%\\python.exe setup.py build_ext --inplace"
24
- "build.cmd %PYTHON%\\python.exe -m nose -v"
25
26
after_test:
0 commit comments