Mercurial > piecrust2
view appveyor.yml @ 857:d231a10d18f9
refactor: Make the data providers and blog archives source functional.
Also, because of a behaviour change in Jinja, the blog archives sources is
now offering monthly archives by itself.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 08 Jun 2017 08:49:33 -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"