view appveyor.yml @ 921:628d639bb30b

serve: Fix the notifications when publishing a site from the admin panel. The URL of the publish log is still hard-coded but that's enough for now.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 29 Sep 2017 08:45:48 -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"