summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: dcf15d7d49709cf1d5e5849dec2e1f87417fea52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
environment:
  PYTHON: "C:\\Python34"
  PYTHON_VERSION: "3.4.1"
  PYTHON_ARCH: "32"

configuration:
  - Release

build_script:
  - '@nmake.exe /nologo /f Makefile.nmake all'

test_script:
  - '@nmake.exe /nologo /f Makefile.nmake test'