appveyor.yml 352 B

123456789101112131415161718
  1. version: '{build}'
  2. environment:
  3. matrix:
  4. - arch: 32
  5. python: 35
  6. # We only test Python 2.7 on 64 bits.
  7. - arch: 64
  8. python: 27
  9. - arch: 64
  10. python: 35
  11. install:
  12. - ci\appveyor\appveyor_install.bat
  13. build_script:
  14. - python run_tests.py
  15. # Disable automatic tests
  16. test: off
  17. cache:
  18. - '%LOCALAPPDATA%\pip\cache' # Python packages from pip