summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 02721e679bc5b2de013744ccd4232849337e4743 (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"

configuration:
  - Release

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