appveyor.yml 210 B

1234567891011121314
  1. environment:
  2. matrix:
  3. - PYTHON: "C:\\Python27"
  4. PYTHON_ARCH: "32"
  5. - PYTHON: "C:\\Python34"
  6. PYTHON_ARCH: "32"
  7. build: off
  8. test_script:
  9. - "%WITH_COMPILER% %PYTHON%/python setup.py test"