blob: 4c9b792b55f3078db0af898b71b8d191c76f9887 (
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'
|