123456789101112131415161718192021 |
- version: '{build}'
- environment:
- COVERAGE: true
- matrix:
- - arch: 32
- python: 35
-
- - arch: 64
- python: 27
- - arch: 64
- python: 35
- install:
- - ci\appveyor\appveyor_install.bat
- build_script:
- - python run_tests.py
- after_build:
- - codecov
- test: off
- cache:
- - '%LOCALAPPDATA%\pip\cache'
|