blob: 31066d147fba187db6cdc69943663d8d3a722ebb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
environment:
- PYTHON: "C:\\Python34"
- PYTHON_VERSION: "3.4.1"
- PYTHON_ARCH: "32"
build:
- @nmake.exe /nologo /f Makefile.nmake
test_script:
- @nmake.exe /nologo /f Makefile.nmake test
|