changeset 178:ff5b2d3863a8

build: Add Travis-CI config file.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 03 Jan 2015 22:07:35 -0800
parents 4b0c87e7df73
children acc718ab56da
files .travis.yml
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.travis.yml	Sat Jan 03 22:07:35 2015 -0800
@@ -0,0 +1,6 @@
+language: python
+python:
+  - "3.4"
+install: "pip install -r requirements.txt"
+script: py.test
+