appveyor.yml 420 B

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