appveyor.yml 394 B

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