Mercurial > piecrust2
view appveyor.yml @ 770:a7726e4862c4
admin: Fix API changes, don't crash the dashboard on non-binary WIP files.
Treat new/edited files that have no `auto_format` supported extension as
"miscellaneous" files, which are shown separately on the dashboard.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 02 Jul 2016 01:30:51 -0700 |
parents | 783ff8bc4e03 |
children |
line wrap: on
line source
environment: matrix: - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python34-x64" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python35-x64" install: - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "pip install -r requirements.txt" - "pip install -r dev-requirements.txt" build: off test_script: - "py.test"