Mercurial > piecrust2
view appveyor.yml @ 685:77cec2fa0e83
cm: Fix a packaging bug, update package metadata.
* Don't add empty strings as install requirements.
* Move PieCrust to 'beta' status, change URL, and other metadata tweaks.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 10 Mar 2016 07:08:15 -0800 |
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"