view .travis.yml @ 178:ff5b2d3863a8

build: Add Travis-CI config file.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 03 Jan 2015 22:07:35 -0800
parents
children 779c67decff6
line wrap: on
line source

language: python
python:
  - "3.4"
install: "pip install -r requirements.txt"
script: py.test