view .travis.yml @ 672:783ff8bc4e03

cm: Add AppVeyor support.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 04 Mar 2016 22:37:07 -0800
parents 3c4075e37dc2
children a9b13c848b20
line wrap: on
line source

sudo: false
language: python
python:
  - "3.4"
  - "3.5"
install:
  - "pip install -r requirements.txt"
  - "pip install -r dev-requirements.txt"
script: py.test